/* Global Styles */
body {
	font: 11px arial;
	color: #0000a0;
	line-height: 20px;
	letter-spacing: .1em;
	margin-top: 0px;
	margin: 0px;
	background-color: #afcfb7;
}

table {
	margin-left: 20px;
	border:"0";
	cellspacing:"0";
	cellpadding="0";
}

table.table {
	margin-left: 0px;;
	background-color: red

}

tr {
	font: 11px arial;
}

td {
	font: 11px arial;
}

hr {
	height: 1px;
	color: #cccccc;
	border: none;
}

a {
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
}

ul {
	font-size: 10;
}

/* ID Styles */
#navigation a {
	font: 11px georgia;
	color: #8000ff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .1em;
	line-height: 16px;
	display: block;
	padding: 10px;
	border: 2pt solid #666666;
	border-right-width: 2px;
	border-left-width: 2px;
}

#navigation a:hover {
	font: 11px georgia;
	color: white;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .1em;
	line-height: 16px;
	display: block;
	padding: 10px;
	border: 2pt solid #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
}

#sidebarHeader {
	padding: 0px 4px 14px 4px;
}

#logo {
	font: 18px georgia;
	color: #CC3300;
	line-height: 24px;
	letter-spacing: .4em;
}

#tagline {
	font: 12px georgia;
	color: #CC3300;
	line-height: 18px;
	letter-spacing: .4em;
}

#dateformat a {
	color: #99CCFF;
	font: 11px georgia;
	color: #99CCFF;
	letter-spacing: .2em;
	text-decoration: none;
	font-weight: bold;
}

#dateformat a:hover {
	color: #ffffff;
}

/* Class Styles */

.tableHeader {
	margin-left: 20px;
	border:"0";
	cellspacing:"0";
	cellpadding="0";
}


.bodyBigText {
	font: 11px arial;
	color: #0000a0;
	line-height: 20px;
	letter-spacing: .1em;
	margin-top: 0px;
}

.pageName {
	font: 22px georgia;
	color: #CC3300;
	line-height: 20px;
	letter-spacing: .1em;
}

.subHeader {
	font: 16px georgia;
	color: #CC3300;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 16px;
}

.sidebarHeader {
	font: 14px georgia;
	color: #99CCFF;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 16px;
}

.detailText {
	font: 11px arial;
	color: #ffffff;
	line-height: 16px;
	letter-spacing: .1em;
}

.smallText {
	font: 10px arial;
	color: #99CCFF;
}