@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #660000;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.td2{
	background-image: url(/images/system/bottom.jpg);
	background-repeat: repeat-x;
}
.footer{color:#FF9900;font-size:9px;padding-top:15px;}

h1, h2, h3 {
	color:#FF0000;
	font-size:18px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin-bottom:5px;
	text-transform:uppercase;
}
.head {
	color:#FF0000;
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
.subhead {
	color:#9999CC;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

a, a:visited, a:active {color:#9999CC;text-decoration:none;}
a:hover{text-decoration:underline}
li{list-style-image:url(/images/circle.gif)}

.ourForm{
	border:#FF9900 solid 1px;
	background-color:#660000;
	color:#ffffff;
	width:98%;
}
