BODY
{
	background-color: #BF000A;
	background-image: url(./images/bg/bg_lines.gif);
	background-repeat: repeat;
	margin-left   : 0px;
	margin-right  : 0px;
	margin-top    : 0px;
	margin-bottom : 0px;
	
	scrollbar-arrow-color:      #F8DE3B;
	scrollbar-face-color:       #E50000;
	scrollbar-track-color:      #730006;
	scrollbar-3dlight-color:    #F48726;
	scrollbar-highlight-color:  #EC3F12;
	scrollbar-shadow-color:     #9D0000;
	scrollbar-darkshadow-color: #450000;
}

table.mainDisplay
{
	background-color: #BF000A;
	background-image: url(./images/bg/bg_watermark.gif);
	background-position: center top;
	background-repeat: no-repeat;
}


table.subNav
{
	background-color: #A60008;
	
	border-top:    1px #E45F1E solid;
	border-bottom: 1px #E45F1E solid;
	border-left:   1px #E45F1E solid;
	border-right:  1px #E45F1E solid;
}
	
td.subNav
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #FFCC33;
	font-weight: normal;
	text-transform: none;
	
	border-top:    none;
	border-bottom: none;
	border-left:   none;
	border-right:  none;
}

a.subNav:link			{ color: #FFF2CC;  text-decoration: none }
a.subNav:active		{ color: #FFF2CC;  text-decoration: none }
a.subNav:visited		{ color: #FFF2CC;  text-decoration: none }
a.subNav:hover			{ text-decoration: underline }


td.subNavTitle
{
	background-color: #730006;
	
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #FFCC33;
	font-weight: bold;
	text-transform: none;
	
	border-top:    1px #E45F1E solid;
	border-bottom: 1px #E45F1E solid;
	border-left:   none;
	border-right:  none;
}


.input
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #730006;
	font-weight: normal;
	text-transform: none;
	
	background-color: #FA8F32;
	:border: 1px solid #730006;
}

td.inputButton a.inputButton
{
	width: 200;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	
	padding: .4em;
	background-color: #730006;
	:border: 1px solid #E45F1E;
}

td.inputButton a.inputButton:hover, td.inputButton a.inputButton:focus, td.inputButton a.inputButton:active,
{
	text-decoration: none;
	background-color: #800006;
	:border: 1px solid #E45F1E;
}


a:link				{ color: #FFFFFF;  text-decoration: none }
a:active				{ color: #FFFFFF;  text-decoration: none }
a:visited			{ color: #FFFFFF;  text-decoration: none }
a:hover				{ text-decoration: underline }


.nav					{ font-family: Verdana, Tahoma, Arial;  font-size: 11px;  color: #FFCC33;  font-weight: bold;  text-transform: none; }

a.nav:link			{ color: #FFFFFF;  text-decoration: none }
a.nav:active		{ color: #FFFFFF;  text-decoration: none }
a.nav:visited		{ color: #FFFFFF;  text-decoration: none }
a.nav:hover			{ text-decoration: underline }

a.navSelect:link			{ color: #FFCC33;  text-decoration: none }
a.navSelect:active		{ color: #FFCC33;  text-decoration: none }
a.navSelect:visited		{ color: #FFCC33;  text-decoration: none }
a.navSelect:hover			{ text-decoration: underline }


.copyright					{ font-family: Tahoma, Verdana, Arial;  font-size: 11px;  color: #660005; }

a.copyright:link			{ color: #660005;  text-decoration: none }
a.copyright:active		{ color: #660005;  text-decoration: none }
a.copyright:visited		{ color: #660005;  text-decoration: none }
a.copyright:hover			{ text-decoration: none }


.footer						{ font-family: Verdana, Arial;  font-size: 11px;  color: #E45F1E;  text-transform: none; }

a.footer:link				{ color: #330003;  text-decoration: none }
a.footer:active			{ color: #330003;  text-decoration: none }
a.footer:visited			{ color: #330003;  text-decoration: none }
a.footer:hover				{ text-decoration: underline }


.normal				{ font-family: Verdana, Tahoma, Arial;  font-size: 13px;  color: #FFCC33; }
.light				{ font-family: Verdana, Tahoma, Arial;  font-size: 13px;  color: #807773; }

.title				{ font-family: Verdana, Tahoma, Arial;  font-size: 11px;  color: #807773; }

a.xlinks
{
	top: -100px;
	left: -100px;
	position: absolute;
	display: none;
}