﻿body
{
    background-image: url("images/pageBackground.jpg" );
    background-repeat: repeat-x;
    background-color: #C3C3C3;
    font-family: Verdana;
}

th
{
    font-family: Arial;
    font-size: 16pt;
    color: #313562;
    font-weight: bold;
}


.contentTable
{
    background: #ECECEC;
    border:solid 2px #9B2823;
}

.date
{
    color:White;
    font-size: 8pt;
    font-weight: bold;
}

.footer
{
    font-size: 8pt;
    font-family: arial;
    color: #efefef;
}

.information
{
    font-size: 10pt;
    font-family: arial;
    color: #444444;
}


.navigate a:link, .navigate A:visited
{
    border-bottom: solid 1px #000000;
    background-image: url("images/linkbackground.jpg");
    color: #ffffff;
    display: block;
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial;
    height: 20px;
    width: 259px;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
}

.navigate a:hover, .navigate A:visited:hover
{
    background-image: url("images/linkbackground2.jpg");
    border-bottom: solid 1px #000000;
    color: #ffffff;
}

.tableBorder
{
    border-bottom: solid 1px #888888;
    border-right: solid 1px #888888;
    border-left: solid 1px #888888;
}

.tableBorderTop
{
    border: solid 1px #888888;
}

.welcome
{
    font-size: 10pt;
    font-weight: bold;
}

.subhead
{
	color: #810000;
	font-weight: bold;
	font-size: 19pt;
	font-variant: small-caps;
}
