/* CSS Document */

body   {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color: white;
	background-color: #000;
}
a { color: #ffffff; text-decoration: underline;}
a:hover { color: #AA421B; }

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.nav:link 		{ color: #000000; }
a.nav:visited	{ color: #000000; }
a.nav:hover 	{ color: #AA421B; }
a.nav:active 	{ color: #000000; }

a.navon:link 	{ color: #AA421B; }
a.navon:visited { color: #AA421B; }
a.navon:hover 	{ color: #000000; }

.bnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a.bnav:link 	{ color: #000000; }
a.bnav:visited 	{ color: #000000; }
a.bnav:hover 	{ color: #AA421B; }
a.bnav:active 	{ color: #000000; }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.footer a:link { color: #000000; text-decoration: underline; }
.footer a:hover { color: #AA421B; }
.footer a:visited {	color: #000000; }
.footer a:active {	color: #000000; }

h1 {
	font-size: 14px;
	color:#E2C381;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}

.white {
	font-size: 11px;
	color:#ffffff;
	font-weight: bold;	
}

.headergray {
	font-size: 12px;
	color:#988E8E;
	font-weight: bold;
}

.gray {
	font-size: 11px;
	color:#988E8E;
}

.input {
border-style: inset; 
border-width: 2px; 
font-size: 12px; 
font-family: monospace; 
padding: 1px 0px 1px 0px; 
background-color: white;
}

li {
margin-bottom: 10px;
}#home_special {
	background: #E2C381;
	padding: 4px;
	font-weight: bold;
	color: #000;
	margin: 10px 25px;
	font-size: 14px;
}
#home_special a {
	color: #49735B;
	font-weight: bold;
}
.table_head {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #E2C381;
	height: 18px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #030;
	border-bottom-color: #030;
}
.table_coname {
	font-weight: bold;
	text-transform: uppercase;
}
.redtext {
	color: #F00;
}
