/* CSS Document */
a:link {
	text-decoration: none; color: #666666;
}
a:visited {
	text-decoration: none; color: #666666;
}
a:hover {
	text-decoration: none; color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}


.hnav {
	position: absolute;
    height: 70px;
	width: 975px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	z-index:1;
}
.hnav2 {
	position: absolute;
    height: 74px;
	width: 144px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	left: 0px;
	top: 70px;
    z-index:1;
}
.hnav3 {
	position: absolute;
    height: 475px;
	width: 140px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	left: 0px;
	top: 144px;
    z-index:1;  
    border-top: 0px;
	border-right: 0px;
	border-bottom: 2px solid #BBBBBB;
	border-left: 0px;
}
.vnav {
	position: absolute;
	width: 130px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	top: 120px;
	font-size: 12px;
	z-index:2;
	}
.rot {
	color: #993333;
	}