.style {
	font-size: 10px;
	color: black;
	font-family: "bitstream vera sans";
}

.style1 {
	font-size: 15px;
	color: green;
	font-family: "bitstream vera sans";
}

.style2 {
	font-size: 11px;
	color: black;
	font-family: "bitstream vera sans";
}

.style3 {
	font-size: 11px;
	color: blue;
	font-family: "bitstream vera sans";
}
.style4 {
	font-size: 12px;
	color: red;
	font-family: "bitstream vera sans";
}

a.style5 {
	font-size: 11px;
	color: #000099;
	font-family: "bitstream vera sans";
	text-decoration: none;
}

a.style5:hover {
	font-size: 11px;
	color: #0066FF;
	font-family: "bitstream vera sans";
	text-decoration: none;
}

.style6 {
	font-size: 16px;
	color: #008080;
	font-family: "bitstream vera sans";
	font-weight: bold;
}

.style7 {
	font-size: 12px;
	color: black;
	font-family: "bitstream vera sans";
}

.navArea {
	background-color: #CCFF33;
	font-size: 11px;
	font-family: "bitstream vera sans";
	color: blue;
	height: 25px;
	display: block;
	padding: 2px 2px 2px 5px;
	text-align: center;
}

.label {
	font-family: "bitstream vera sans";
	font-size: 13px;
	text-align: center;
	color: white;
	background-color: #666699;
	display: block;
	border-top: 1px solid #FFFFFF;
	padding: 5px 2px 5px 5px;
	border-bottom: 1px solid #666666;
	height: 18px;
	width: 143px;
	
}

a.leftnav {
	font-family: "bitstream vera sans";
	font-size: 11px;
	text-indent: 5px;
	color: white;
	background-color: #45448a;
	display: block;
	padding: 4px 2px 2px 5px;
	border-bottom: 1px solid #666666;
	height: 22px;
	position:relative;
	text-decoration: none;
	width: 143px;
}

a.leftnav:hover {
	font-family: "bitstream vera sans";
	font-size: 11px;
	text-indent: 5px;
	color: black;
	background-color: white;
	display: block;
	padding: 4px 2px 2px 5px;
	border-bottom: 1px solid #666666;
	height: 22px;
	position:relative;
	text-decoration: none;
	width: 143px;
}

a.rightnav {
	font-family: "bitstream vera sans";
	font-size: 10px;
	color: #000099;
	text-decoration: none;
}

a.rightnav:hover {
	font-family: "bitstream vera sans";
	font-size: 10px;
	color: #0066FF;
	text-decoration: none;
}

.main{
width: 100%;
font-family: "bitstream vera sans";
font-size: 15px;
}

.main ul{
width: 100%;
background: url(images1/chromebg.gif) center center repeat-x;
padding: 0px 0;
margin: 0;
text-align: center;
height: 24px;
}

.main ul li{
float: right;
display:block;
}
.main ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-left: 1px solid #DADADA;
height: 24px;
}

.main ul li a:hover{
color: #00CCFF;
height: 24px;
}



