body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	background-color: #000000;
	margin: 2px 10px 0px;
}
td {
	font-size: 10px;
}
li {
	font-size: 10px;
}
a:link {  color: #0000FF; text-decoration: none}
a:visited {  color: #0000FF; text-decoration: none}
a:active {  color: #FF0000; text-decoration: underline}
a:hover {  color: #FF0000; text-decoration: underline}
.nav {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none}
a.nav:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none}
a.nav:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none}
a.nav:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FF0000; text-decoration: underline}
a.nav:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FF0000; text-decoration: underline}
.bg {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center 60px;
}
.bgsplash {
	background-image: url(../images/bg_splash.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.strapline {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;

}
.heading {
	font-size: 12px;
	font-weight: bold;
}
.subheading {
	font-size: 10px;
	font-weight: bold;
}

.active_window {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; font-weight: bold; background-color: #AA0B6C}
.window_top {  background-color: #FFFFFF}
.window_bottom {  background-color: #D8D2BD}
.toolbar {  background-color: #ECE9D8; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000}
.toolbar select, .toolbar input {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.desc {  background-color: #EBEADB; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000}
.desc_selected {  background-color: #EBEADB; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000}
.list {  background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; /*font-size: 8pt;*/ color: #000000}
.list select, .list input {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.list_selected {  background-color: #F7F7F7; font-family: Verdana, Arial, Helvetica, sans-serif; /*font-size: 8pt;*/ color: #000000}
.list_selected select, .list_selected input {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
.footer {  background-color: #ECE9D8; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000}
.help {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000}
.small {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
#helpbox {
	color: #000000;
	background-color: #FFFFE1;
	padding: 5px;
	border: 1px solid #000000;
	width: 100%;
	text-align:left;
	margin-bottom:5px;
}
#helpbox input {
	font-size:10px;
}
.border {
	border: 1px solid #000000;
}
.required {
	font-size:18px;
	font-weight:bold;
}
.clear {
	clear:both;
}