body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
}
body, td {
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
a {
	color: #990000;
	text-decoration: none;
}
a:link {
	color: #990000;
}
a:visited {
  color: #990000;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
}
.smaller {
	font-size: 8pt;
}
.small {
	font-size: 10pt;
}
.regular {
	font-size: 12pt;
}
.big {
	font-size: 14pt;
}
.bigger {
	font-size: 16pt;
}
.biggest {
	font-size: 20pt;
	font-weight: bolder;
}
.sub {
	font-size: 10pt;
	margin-left: 10px;
}
.tab {
	white-space: nowrap;
}
.submitbutton {
	color: #330000;
	background-color: #FFFFcc;
	border: thin solid #330000;
	font-weight: bold;
	height: 22px;
}
.box1 {
	background-color: #FFFFE0;
	border: thin solid #330000;
}
.box2 {
	background-color: #FFFFFF;
	border: thin solid #330000;
	margin: 5px;
	padding: 5px;
	text-align: left;
}
.navigation {
	display: block;
	float: left;
	overflow: visible;
	text-align: center;
}
a.navigation div.subNavItem {
	display: none;
}
a.navigation div.mainNavItem {
	float: left;
}
a.navigation:hover {
	display: block;
	cursor: pointer;
}
a.navigation:hover div.subNavItem {
	display: block;
	background-color: #FFFFFF
}
.divNav {
	float: left;
	overflow: visible;
	margin-left: 12px;
	margin-right: 12px;
}
#TopNavigation {
	position: absolute;
	top: 10px;
	align: center;
}
#mainBody {
	margin-top: 0px;
	align: left;
}
.mouseovernav {
	background-color: #FFFFCC;
}
.rowodd {
	background-color: #ffffcc;
}
.roweven {
	background-color: #FFFFFF;
}

