body {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color:#000000;
	text-align:justify;
}			

a {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	font-variant: normal;
	text-decoration:none;
	color:#990000;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	font-variant: normal;
	text-decoration:none;
	color:#515151;
}

H1.page_title {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	border-width:0px;
	color:#FFFFFF;
}

.navigation {
	font-family:Verdana;
	font-size: 12px;
	color:#990000;
	text-decoration: none;
	text-align: center;
}

.navigation:hover {
	font-family:Verdana;
	font-size: 12px;
	color:#515151;
}

.navigation_menu{
	font-family: Verdana;
	cursor:pointer;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	text-align: right;
}

.navigation_menu:hover {
	font-family: Verdana;
	font-size: 12px;
	color:#990000;
}

.navigation_static{
	font-family: arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: right;
}

.required_star {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color:#FF0000;
}

.navigation_footer {
	font-family:Verdana;
	font-size: 11px;
	font-weight:normal;
	color:#990000;
	text-decoration: none;
	text-align: center;
}

.navigation_footer:hover {
	font-family:Verdana;
	font-weight:normal;
	font-size: 11px;
	color:#515151;
}

.navigation_sitemap {
	font-family:Verdana;
	font-size: 12px;
	font-weight:normal;
	color:#990000;
	text-decoration: none;
	text-align: center;
}

.navigation_sitemap:hover {
	font-family:Verdana;
	font-weight:normal;
	font-size: 12px;
	color:#515151;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
color: #990000;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #990000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#CCCCCC;
color: #990000;
}


