BODY
{
}

.webHeader
{
	background-color: Black;
	font-family: Arial;
	font-size: 14pt;
	color: Red;
}

.headerBar
{
	background-color: Black;
	font-family: Arial;
	font-size: 9pt;
	color: Black;
}

.footerBar
{
	background-color: Black;
	font-family: Arial;
	font-size: 10pt;
	color: Yellow;
}

.navListings
{
	font-family: Arial;
	font-size:smaller;
}

.navListingsRed
{
	font-family: Arial;
	font-size:smaller;
	color: Black;
	background-color: Yellow;
}

.typeHeader
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.webFooter
{
	font-family: Arial;
	font-size: 8pt;
}

a:link
{
	color: Black;
	text-decoration: none;
}

a:visited
{
	color: Black;
	text-decoration: none;
}