/**** General styles applicable to the entire document/all tables ****/

BODY 
    {
    background: #AAAAAA;
    font-family: Tahoma,Verdana, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: normal;
    color: #000000;
    }

A:link      
    {
    COLOR: #000000; 
    text-decoration : none;
    }
A:visited
    {
    COLOR: #000000;
    text-decoration : none;
    }
A:active
    {
    COLOR: #AA2602;
    text-decoration : none;
    }
A:hover
    {
    COLOR: #AA2602;
    text-decoration : none;
    }

TD 
    {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 64%;
    font-weight: normal;
    color: #000000;
    }

UL 
    {
    list-style-type : square;
    margin-top : 0px;
    margin-bottom : 0px;
    }
OL 
    {
    margin-top : 0px;
    margin-bottom : 0px;
    }

/**** style classes ****/
.grey
    {
    COLOR: #AAAAAA;
    }
    
.grey:link
    {
    COLOR: #EEEEEE;
    text-decoration : none;
    }
.grey:visited
    {
    COLOR: #EEEEEE;
    text-decoration : none;
    }
.grey:active
    {
    COLOR: #AA2602;
    text-decoration : none;
    }
.grey:hover
    {
    COLOR: #AA2602;
    text-decoration : none;
    }

.greyBold
    {
    COLOR: #EEEEEE;
	font-weight: bold;
    }

.selected
    {
    background: #AA2602;
    font-family: Tahoma,Verdana, Helvetica, sans-serif;
    font-size: 65%;
    font-weight: bold;
    }

.heading
    {
    font-weight: bold;
    text-decoration : none;
    font-size: 125%;
    }

.heading2
    {
    font-weight: bold;
    text-decoration : none;
    font-size: 150%;
    }

.bold
    {
    font-weight: bold;
    text-decoration : none;
    }

.bold.hover 
    {
    font-weight: bold;
    text-decoration : none;
    }

.small 
    {
    font-size: 63%;
    }

.strut 
	{ 
	background: #000000; 
	font-family: Tahoma,Verdana, Helvetica, sans-serif; 
	font-size: 150%; color: #000000; 
	}

.topMenuBar
	{ 
	background: #000000; 
	font-family: Tahoma,Verdana, Helvetica, sans-serif; 
	font-size: 65%;
	color: #FFFFFF; 
	font-weight: bold; 
	}

.menuCell
    {
    background: #EEEEEE;
    font-family: Tahoma,Verdana, Helvetica, sans-serif;
    font-size: 65%;
    font-weight: normal;
    color: #000000;
    }

.contentCell
    {
    background: #FFFFFF;
    font-family: Tahoma,Verdana, Helvetica, sans-serif;
    font-size: 71%;
    font-weight: normal;
    }

.bottomCell
    {
    background: #000000;
    font-family: Tahoma,Verdana, Helvetica, sans-serif;
    font-size: 65%;
    font-weight: normal;
    COLOR: #aaaaaa;
    }

.width100
    {
    width: 100%;
    }

.logoCell
    {
    background: #FFFFFF;
    color: #000000;
    }

.box
    {
    background-color: ButtonFace;
    border: medium solid Black;
    }
