﻿body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active, a:focus {
	text-decoration: underline;
	color: #666666;
}
#nav a {
	font-weight:bold;
	height: 20px;
	width: 100px;
	padding-top: 1px;
	display: block;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #000000;
}
#nav a:hover {
	text-decoration: none;
	color: #FFCC00;
	background-color: #663300;
}
#nav a:active, a:focus {
	text-decoration: none;
	color: #666666;
	background-color: #FFCC00;
}
#nav a.locked:link, #nav a.locked:visited {
	color: #666666;
}
#nav a.locked:hover {
	color: #666666;
	background-color: #FFCC00;
}
#subnav a:link, #subnav a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#subnav a:hover {
	text-decoration: none;
	color: #0099FF;
	font-weight: bold;
	position: relative;
	top: 1px;
	right: 1px;
}
#subnav a:active, #subnav a:focus, #subnav a.locked:link, #subnav a.locked:visited, #subnav a.locked:hover, #subnav a.locked:active, #subnav a.locked:focus {
	background-color: transparent;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	position: relative;
	top: 1px;
	right: 1px;
}
.white {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}
.subclass {
	color: #FF9900;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-indent: 12px;
}
.subclass2 {
	color: #CC0000;
	font-family: Arial;
	font-size: 12px;
}