BODY
{
}

.webHeader
{
	background-color: Red;
	font-family: Times New Roman;
	font-size: 40pt;
	color: Yellow;
}

.headerBar
{
	background-color: Black;
	font-family: Arial;
	font-size: 9pt;
	color: Yellow;
}

.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, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.pageTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.pageText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.imageTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.webFooter
{
	font-family: Arial;
	font-size: 8pt;
}

a:link
{
	color: Black;
	text-decoration: none;
}

a:visited
{
	color: Black;
	text-decoration: none;
}