@charset "UTF-8";
.legaltxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}
.navtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.pageHeaderFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.contentBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.contentItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}




/*css menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 0.2em;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: center;
color: white;
padding: 2px 9px;
text-decoration: none;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}


