﻿body
{
    border-color: #996633;
    border: thin;
    /*background-image: url( '../../Images/PageBackground.jpg' );*/
    background-color: #bde;	
    font-family: Arial, Helvetica, sans-serif;
    line-height: 17pt;
}
a:visited
{
    font-weight: bold;
    color:#663399
}
a:hover
{
    font-weight: bold;
    color:red
}
a:link
{
    font-weight: bold;
}
h3 {
	color:navy;
}
input
{
	cursor: pointer;
}
.Announcement
{
	background-color:yellow
}
.PageHeadTruro
{
    font-family: "Arial Black";
    font-variant: normal;
    font-size: xx-large;
    font-weight: bold;
    color: black;/* #990033 This is the old rust color*/
    font-style: italic;
    letter-spacing: 7px;
}
.PageHeadSmall
{
    font-size: small;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    font-family: Verdana;
    white-space: nowrap;
}
.PageHeading
{
    font-size: 14pt;
    color: white;
    background-color: #0000FF;
    font-weight: bold;
    width: 100%;
    position: static;
    white-space: nowrap;
}
.Footer
{
    font-size: small;
    font-weight: normal;
    color: navy;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.Table
{
    border: medium groove #3399FF;
    position: static;
    empty-cells: show;
    text-align: center;
}
.TableHeadRow
{
    border: thin groove #3399FF;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color:#0080FF;
    font-size: larger;
}
.TableCells
{
    border: thin groove #3399FF;
    background-color: #EAF9FF;
}