BODY {font-family: Arial, Helvetica, sans-serif; color : #E1E1E1;
scrollbar-face-color: #3463A9;
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #000000;
scrollbar-track-color: #999999;
background-color: #1E3253;
}

a:link { color:#BDAE8C; text-decoration: none; }
a:visited { color:#BDAE8C; text-decoration: none; }
a:active { color:#BDAE8C; text-decoration: none; }
a:hover { color:#3463A9; text-decoration: underline overline; }

/* fonts */
.titlelarge { font-size:12px; font-weight:bold; line-height:150%; }
.bodytext { font-size:11px; }
.formtext { font-size:12px; }
.highlight { font-size : 11px; color : #000000 }
.footerText { font-size: 9px; color: #ffffff }
.headerText { font-size: 12px; color: #E1E1E1 }
.nav, .nav a:link, .nav a:visited, .nav a:active  { text-decoration: none; color : #000000; font-size:11px; font-weight : bold; }
.nav a:hover { text-decoration: underline overline; color : #990000; }


/* row colors */
.tdrow1 { background-color: #182842; }
.tdrow2 { background-color: #1E3253; }
.tdheader { background-color: #000000; }
.tdheader2 { background-color: #222222; }
.tdhighlight { background-color: #244676; }

/* forms stuff */
.forminput    { font-size: 8pt; background-color: #CCCCCC; font-family: verdana, helvetica, sans-serif; vertical-align:middle }
.textinput    { font-size: 10pt; font-family: verdana, helvetica, sans-serif;vertical-align:middle }

.helpline { background-color: #182842; border-style: none; color: #E1E1E1 }

input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F0F0F0;
	line-height: 125%;
	background-color : 666666;
	border: D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding-bottom : 3 px;
	padding-left : 3 px;
	padding-right : 3 px;
	padding-top : 3 px;
}