@charset "utf-8";
.style1 {color: #f1f2f4}
.Headings {font-family: Verdana; font-size: 10pt; font-weight: bold}
.Text {font-family: Verdana; font-size: 8pt}
.Verdanafooter {font-family: Verdana; font-size: 7pt}
.verdana {font-family: Verdana; font-size: 8pt}
.style4 {color: #0000FF}
.style3 {color: #044273}

/* CSS Document */

#h-navlist ul{
	margin: 0px;
	list-style-type: none;
	color: #204185;
	width: 100%;
	text-align: center;
}

#h-navlist li { 
	display: inline;
}

#h-navlist li a{
	text-decoration: none;
/*	background-color: #666666;*/
	color: #204185;
	padding: .5em 1em .5em 1em;
}

#h-navlist li a:hover{
	background-color: #ffffff;
	color: #204185;
/*	border-bottom: 5px solid #333333;*/
}

#h-current { /*background-color: #ffffff;*/
	color: #204185;
	border-bottom: 5px solid #333333;
	}
.style1 {color: #f1f2f4}
.style2 {color: #87800d;font-size:10pt;}
.style3 {color: #044273}

/* CSS Document */

#v-navlist ul{
	margin: 0px;
	font-size: 1.2em;
	list-style-type: none;
}

#v-navlist li { 
	display: block;
	padding: 15px 0px 15px 0px;
	background: #FFFFFF;
	border-bottom: 1px dashed #333333;
}

#v-navlist li a{
	text-decoration: none;
	color: #999999;
}

#v-navlist li a:hover{
	color: #000000;

}

#v-current { color:#000000;}
