body {
	background-color: #F1F1F1;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

td, th {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 24px;
	color: #330000;
}

a {
	color: Black;
}

a:hover {
	color: #FFFFFF;
	background-color: #3366FF;
}

/*
form {
	background-color: #CCCC99;
}
*/

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
   color: #B20000; font-style: oblique;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #9A9A9A;
	padding: 3px;
}
.headersubtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #9A9A9A;
	padding: 3px;
}

.navLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #9A9A9A;
	border: 1px ridge Black;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: White;
	background-color: #717171;
   font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #717171;
	color: White;
	padding: 1px;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	font-weight: normal;
	line-height: 0px;
	color: Black;
	background-color: #9A9A9A;
	font-style: italic;
	text-transform: lowercase;
	text-decoration: none;
	padding: 2px;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}

.box1 {
	border-width: 1px;
	border-color: Black;
   border-style: Solid;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.datatable {
	background-color: #FFFFFF;
	border: thin solid #000000;
}

.datatableHeader {
	background-color: #9A9A9A;
}

.datatableFooter {
	background-color: #9A9A9A;
}

.datatableR1 {
	background-color: #6699FF;
}

.datatableR2 {
	background-color: #99CCFF;
}

.datatableRowHighlight {
	background-color: #CCFF99;
}

.dateselectbox {
	width: 250px;
	border: 3px solid Black;
	background-color: #CCCCCC;
	padding: 1px;
	color: #000000;
	text-indent: 2px;
	margin: 3px;
	cursor: hand;
}
