.NavSelected {
	background-color: LightBlue;	
	font-weight:bold;
}

.NavNotSelected {
	background-color: White;
}

.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
.MarqueeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.ContentText {
	font-size: 88%;
}
.NavLinksPlain {
	font-weight: normal;
}

a:link {
	text-decoration: none;
	color: #0A4470;
}
a:visited {color: #0A4470;
	text-decoration: none;}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {color: #333333;
	text-decoration: none;}

.NavLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #0A4470;
}

.NavInfoLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0033CC;
}

.NavInfoLinks a:link {
	text-decoration: none;
	color: #000000;
	}
.NavInfoLinks a:visited {
	text-decoration: none;
	color: #000000;
	}
.NavInfoLinks a:hover {
	text-decoration: none;
	color: #FFFFFF;
	;
	background-color: #660000;

	}
.NavInfoLinks a:active {
	text-decoration: none;
	color: #FFCC00;
	}
h1 {
	font-size: 112%;
	font-weight: bold;
}

h2 {
	font-size: 100%;
	font-weight: bold;
}

.CompanyName {
	font-size: 130%;
}