﻿body 
{
    background-color: #C0C0C0;
}
tr
{
    font-family: Arial;
    font-size: 10pt;
    color: #606060;
}

.footer
{
    font-family: Arial;
    font-size: 10pt;
    color: blue;
    text-decoration: none;
}

A:Hover.footer
{
    text-decoration: underline;
}

.header
{
    font-family: Arial;
    font-size: 8pt;
    color: white;
    text-decoration: none;
}

A:Hover.header
{
    text-decoration: underline;
}
.nav
{
    font-family: Arial;
    font-size: 8pt;
    color: #2A65A2;
    color: #1F4975;
    text-decoration: none;
    font-weight: bold;
}

A:Hover.nav
{
    text-decoration: underline;
}

h1
{
	padding: 0px;
	margin: 0px;
	font-size: 11pt;
}

a, a:VisitedHover
{
    color: blue;
}

.textbox
{
	font-family: Arial;
    font-size: 9pt;
}