body	{
scrollbar-arrow-color:white;
scrollbar-track-color:#071D4B;
scrollbar-base-color:#B2CEDD;
scrollbar-darkshadow-color:#071D4B;
scrollbar-shadow-color:#071D4B;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:#071D4B;
font:normal 9pt Arial;
background-color: #071D4B;
color:#000000;
}

table {
	font:normal 9pt Arial;
}

a:link	{
text-decoration:underline;
color:navy;
font-family:Arial;
font-size:9pt
}

a:visited	{
text-decoration:underline;
color:navy;
font-family:Arial;
font-size:9pt
}

a:hover	{
text-decoration:none;
color:navy;
font-family:Arial;
font-size:9pt
}

a:active	{
text-decoration:underline;
color:#071D4B;
font-family:Arial;
font-size:9pt
}

#menu_wrapper {
    width: 100%;
    background-color: #071D4B;
}

.content
{
	background:#FFFFFF;
	font:normal 9pt Arial;
	border:2px solid #F0F0F0;
}

.dropdown
{
	display:none;
	border:1px solid #071D4B;
}

.heading
{
	color: #000000;
	background:#e0e0e0;
	font-weight:bold;
}

.row_line
{
	background:gray;
}

.headline
{
	color: #071D4B;
	font:bold italic 10pt Verdana
}

a.link_cat:link
{
	font:bold italic 10pt Verdana;
	color: #071D4B;
}

a.link_cat:active
{
	font:bold italic 10pt Verdana;
	color: #071D4B;
}

a.link_cat:hover
{
	font:bold italic 10pt Verdana;
	color: #071D4B;
}

a.link_cat:visited
{
	font:bold italic 10pt Verdana;
	color: #071D4B;
}

.versusBig
{
	font: bold 24pt Arial;
	color: #071D4B;
}

.versusMed
{
	font: bold 16pt Arial;
	color: #071D4B;
}

.versusBig
{
	font: bold 24pt Arial;
	color: #071D4B;
}

.footer_text
{
	font: normal 8pt Arial;
	color: #E0E0E0
}

.odd
{
	background:#FFFFFF;
}

.even
{
	background: #EBEBEB;
}

th {
	color:#B2CEDD;
	bACKGROUND:#071D4B;
	font-weight:bold;

}

.th_jr {
	color:#ffffff;
	background:#071D4B;
	font-weight:normal;
}

.th_jr_jr{
background-color:#008ED8;
color:white;
font-size:8pt;
}

.light_border
{
	border:3px solid #B2CEDD;
}

.dark_border
{
	border:3px solid #071D4B;
}

.formItem
{
	border:1px solid #071D4B;
	font-size:8pt;
}

.formBtn
{
	border:1px solid #F0F0F0;
	background:#071D4B;
	color:white;
	font:9pt Arial;
}

label {
	cursor: pointer;
	cursor:hand;
}

.reply {
	font-weight:bold;
	color:#AD0000;
}

.whiteArea	{
background-color:white;
}

.sub_sub_header {
	color: navy;
	font-weight: bold;
}

.totalText
{
	background-color:#FEFFCB;
}

/* menu */
#menu {
	width: 100%;
}
#menu div.hover {
	background-color: #e0e0e0;
	color: #000;
}

#menu div{
	padding: 4px 3px;
	line-height: 12px;
	border: 1px solid #ffffff;
	background-color: #000000;
	color: #fff;
	text-decoration: none;
	color: #fff;
	font-family: Verdana;
	font-size: 10px;
	position: relative;
}

#menu div.menu2,
#menu div.menu3 {
	top: 20px;
	left: -2px;
	position: absolute;
	text-align: right;
	border: none;
	width: 115px;
	padding:0px;
}

#menu div.menu3 {
	top: -2px;
	left: 115px;
	border: 1px solid #fff;
	text-align: center;
}


#menu div.menu2a,
#menu div.menu3a{
	border: 1px solid #fff;
	width: 100%;
	position: relative;
}

.menu2,
.menu3 {
	display: none;
}

.down_arrow {
	margin-left: 5px;
}

#mail_pop {
	width: 320px;
	background-color: #E2ECF4;
	border: 1px solid #000;
}

#mail_pop .heading {
	height: 20px;
	line-height: 20px;
}

#mail_inner {
	padding: 10px;
}

#listForm {
	padding-top: 10px;
	margin: auto;
	width: 140px;
	text-align: left;
}

#listForm .loading {
	padding-top: 10px;
}

#listForm .formItem {
	width: 138px;
}

/* utility classes */
.hand {cursor:pointer}
.left {float:left;}
.absolute {position:absolute}
.no_display {display: none;}
.text_center { text-align:center }
.error { color: #FF0000; font-weight: bold }