﻿A
{
    color: #000000;
    text-decoration: none;
    font-size: 8pt;
}

A:hover,A:active
{
    text-decoration: underline
}

TD
{
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 8pt;
}

BODY
{
    margin: 0px auto;
	min-width: 615px;
	max-width: 1307px;
}

.MainNav
{
    border: solid 1px #FFFFFF;
}

.MainNav:Hover
{
    border: solid 1px #C0C0C0;
}

.NavBackground
{
	background-image: url(../Img/Nav_Background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.HeaderPhoto
{
	background-image: url(../Img/Header_Photo_2.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.FormTextBox
{
    font-size: 9pt;
    border: solid 1px #C0C0C0
}
.FormSubmit
{
    font-size: 8pt;
    border: solid 1px #000000;
    height: 22px;
}
.FormSubmit:hover
{
    background-color: #C0C0C0;
}

