BODY {
	background: #04033C;
	margin: 0;
}
.table, td, th {
	border-collapse: collapse;
	color: #DFB871;
	font: 10pt MS trebuchet, verdana, Arial, Helvetica;
}
h1 {
	color: #FC0;
	font: 20px Trebuchet MS, Helvetica, sans-serif;
}
h2 {
	color: #06C;
	font: 19px Trebuchet MS, Helvetica, sans-serif;
}
h3 {
	margin-bottom: 1px;
	font: 18px Trebuchet MS, Helvetica, sans-serif;
}


h4 {
	color: #FC0;
	font: 25px Trebuchet MS, Helvetica, sans-serif;
}

hr 

{
	border: 0;
	color: #FC6;
	height: 1px;
	width: 85%;
	
	background: #FC6;
}
.codetable tr td {
	color: #000;
	text-align: left;
	background: transparent;
}
a:link {
	color: #C88E23;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	color: #C88E23;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	color: #E9CC66;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
a:active {
	color: #C88E23;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.lefttext {
	color: #EFDCB9;
	font: bold 10pt verdana, Arial, Helvetica;
}
.leftheadings {
	background: #497CAD;
	text-align: center;
	border-left: 1px solid #0B3358;
	border-right: 2px solid #0B3358;
	border-top: 1px solid #0B3358;
	border-bottom: 1px solid #0B3358;
	color: #F8DCAA;
	font: bold 13px Trebuchet, Trebuchet MS, Helvetica, sans-serif;
}
.navrolls a {
	border-left: 1px solid #0B3358;
	border-right: 2px solid #0B3358;
	border-top: 1px solid #0B3358;
	border-bottom: 1px solid #0B3358;
	color: #000;
	font-weight: normal;
	text-align: left;
	font-family: Trebuchet, Trebuchet MS, Helvetica, sans-serif;
	display: block;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 2px;
	text-decoration: none;
	background: #C9DDF0;
}
.navrolls a:hover {
	border-left: 1px solid #AE7F00;
	border-right: 2px solid #AE7F00;
	border-top: 1px solid #AE7F00;
	border-bottom: 1px solid #AE7F00;
	color: #423514;
	font-family: Trebuchet, Trebuchet MS, Helvetica, sans-serif;
	text-decoration: none;
	background: #fefefe;
}
.footer A:link {
	color: #fefefe;
	text-decoration: none;
	font-size: 10px;
}
.footer A:visited {
	color: #fefefe;
	text-decoration: none;
	font-size: 10px;
}
.footer A:hover {
	color: #fefefe;
	text-decoration: underline;
	font-size: 10px;
}
.footer A:active {
	color: #fefefe;
	text-decoration: none;
	font-size: 10px;
}
.topnav {
	border-left: 0;
	border-right: 0;
	border-top: 0 solid #AE7F00;
	border-bottom: 0 solid #AE7F00;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	background: #073B6C;
}
.topnav A:link {
	color: #FFF;
	text-decoration: none;
	font: bold 15px Trebuchet MS, Helvetica, sans-serif;
}
.topnav A:visited {
	color: #FFF;
	text-decoration: none;
	font: bold 15px Trebuchet MS, Helvetica, sans-serif;
}
.topnav A:hover {
	color: #FD995A;
	text-decoration: underline;
	font: bold 15px Trebuchet MS, Helvetica, sans-serif;
}
.topnav A:active {
	color: #FFF;
	text-decoration: none;
	font: bold 15px Trebuchet MS, Helvetica, sans-serif;
}
.proptext {
	text-align: center;
	color: #000;
	background: #C9DDF0 repeat-x;
	font: 11px verdana, Arial, Helvetica;
}
.topbanner {
	background: #9BCEFD;
	height: 95px;
	background-image: url(../images/ban-top-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.style1 {
	color: #FFF;
}
input {
	height: 15px;
	font-size: 11px;
	border: 1px solid #497CAD;
	text-align: left;
	background: #fff;
}
input:hover {
	background: #eee;
}
input:focus {
	background: #eee;
}

.button {
	height: 18px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #000;
	text-align: center;
	background: #eee;
}
textarea {
	border: 1px solid #497CAD;
	background: #fff;
	font: 11px Trebuchet MS, Helvetica, sans-serif;
}

textarea:hover {
	background: #eee;
}
textarea:focus {
	background: #eee;
}
.style2 {
	color: #FC3;
}