body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin : 0px 0px 0px 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	text-decoration : none;
	background-color : #FFFFFF;
}
.PageTitle {
	font-size: 10pt;
	font-weight: bold;
	color: #074F9E;
}
.PageSubTitle {
	font-size: 10pt;
	font-weight: normal;
	color: #074F9E;
}
.section_title{
	font-size : 5mm;
	font-weight : 600;
	color : #F1ba29;
}
.subsectiontitle {

	font-size : 3mm;
	font-weight : 600;
	color : Navy;
		text-decoration : none;
}
.subsectiontitle a:link{

	text-decoration : none;
}
.subsectiontitle a:visited{

	text-decoration : none;
}
.subsectiontitle a:hover{
	color : white;
	text-decoration : underline;
}
.subsectiontitle a:active{

	text-decoration : none;
}
.notice {
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
}.larger {
	font-size: 13px;
}
.largerBold {
	font-size: 13px;
	font-weight: bold;
}
.largerbolditalic {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
 #navcontainer
{
	width: 158px;
	
	padding: 0 0 0.5em 0;
	margin-bottom: 0.5em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #75A4B1;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 4px 4px 4px 0.5em;
border-left: 7px solid #CB9535;
border-right: 7px solid #D9B36C;
background-color: #00778F;
color: #FFFFFF;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 7px solid #74A4AD;
border-right: 7px solid #B0CCCF;
background-color: #588D9C;
color: #fff;
}

