﻿/*--------------------------- 80 Char Header @ Joseph ------------------------*/

.mainBody {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background-color:#99CCFF;
}
.menuBar {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#0066CC;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;	
}
.menuBar a:active
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10pt;
    font-weight: 400;
    background-color: #0066cc;
}
.menuBar a:link
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10pt;
    font-weight: 400;
    background-color: #0066cc;
}
.menuBar a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10pt;
    font-weight: 400;
    background-color: #0066cc;
}
.menuBar a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 10pt;
    font-weight: 400;
    background-color: #0066cc;
}

.menuOldSchool {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#0066CC;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	text-align:left;
}
.menuOldSchool a:active
{
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 10pt;
    font-weight: 400;
    background-color: #0066cc;
}
.menuOldSchool a:link
{
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 10pt;
    font-weight: 400;
    background-color: #0066cc;
}
.menuOldSchool a:visited
{
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 10pt;
    font-weight: 400;
    background-color: #0066cc;
}

.footerText {
	font-family: Arial;
	font-size: 8pt;
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	background-color:#ffffff;
}

.pageDate {
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
}