/* Hyperlinks */

a:link, a:visited  {
	color:#CC0000;
}
a:hover, a:active{
	color:#000000;
}

/* NavBarMenu */
.navbar_Header {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#FFFFFF;
text-align:center;
background-color:#CC0000;
}

/* PageLayout */
.header1{
	color:#CC0000;
	font-weight:bold;
	font-size:medium;
	font-family:verdana,arial,helvetica;
	border-bottom-color:#666666;
	border-bottom-style:ridge;
	border-bottom-width:thin;
}