@charset "UTF-8";
/* CSS Document */

body {
	background-color: #131313;
	margin-top: 25px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.main_head {
	font-size: 24px;
	font-weight: bold;
}
.bold_subhead {
	font-size: 16px;
	font-weight: bold;
}
.gold_subhead {
	color: #666633;
	font-size: 18px;
}

#mainnav {
	width:175px;
	height:215px;
	line-height:22px;
	margin-top:25px;
	margin-right:25px;
	border-right:#FFFFFF 1px solid;
	padding-right:15px; 
	color:#ddddc5;
	float:right;
	font-weight:bold;
}
.main a:link {
	color:#ddddc5;
	text-decoration: none;
	}
.main a:visited {
	color:#ddddc5;
	text-decoration:none;
	}
.main a:hover {
	color:#999999;
	text-decoration:underline;
	}
a:link {
	color:#660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
