@charset "utf-8";
body {
	background-color: #060000;
	background-image: url(../images/bg_page_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	padding:0px;
	height:100%;
	background-attachment: scroll;
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	line-height:21px;
}

div.clear{
	clear:both;
}

a, a:link, a:active, a:visited{
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

td.navspacing{
	padding-left:250px;
}

a.topnav, a.topnav:link, a.topnav:active, a.topnav:visited{
	display:block;
	width:153px;
	height:40px;
	line-height:40px;
	font-family:"Trebuchet MS", Arial;
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
	background-color: #e38902;
	background-image: url(../images/tab.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	text-decoration:none;
	float:left;
	margin-right:5px;
}


a.topnav:hover{
	background-color: #e38902;
	background-position: left -40px;
}

a.topnav.select{
	background-color: #ffcc00;
	background-position: left -40px;
}

div.pageTitle{
	font-weight:bold;
	font-size:24px;
	color: #990000;
	margin-top:10px;
	margin-bottom:20px;
}

div.pageSubTitle{
	font-weight:bold;
	font-size:18px;
	color:#ffffff;
	margin-top:10px;
	margin-bottom:20px;
}


td.footer{
	color:#ffffff;
	font-size:11px;
	line-height:15px;

}

div.hppic{
	float:right;
	margin:0px;
	padding:0px;
}

input.textfield{
	height:18px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #333333;
	width:400px;
}

textarea{
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #333333;
	width:400px;

}