BODY
{
   font-family: tahoma,sans-serif;
   font-size: 10pt;
   color: black;
   background-color: #EBEBEB;
   text-align: center;
   behavior: url("csshover3.htc");

}

TABLE
{
   font-family: tahmoa,sans-serif;
   font-size: 10pt;
   color: black;
   

}

TH
{
   font-family: tahmoa,sans-serif;
   font-size: 10pt;
   color: yellow;
   background-color: black;
   text-align: left;

}

A
{
   color: #000080;
}

.PageHeading
{
   color: #000080;
   font-size=12pt;
   font-weight: bold;
}

.BoldText
{
    font-weight: bold;
}

.DarkColouredText
{
    color: #000080;
}

.LightColouredText
{
    color: #B7F1B7;
}

.SmallPrint
{
    font-size: 8pt;
}

.LightBackground
{
   background-color: #C0C0C0;
}
.DarkBackground
{
   background-color: #E6E6E6;
}

.BoldDarkColouredText
{
    color: #000080;
    font-weight: bold;
}


.SpecialTable
{
    background-color: #800000;    
    color: white;
}

.LargeWhiteText
{
    color: white;
    font-weight: bold;
    font-size: 12pt;
}
.RedText
{
    color: red;
    font-weight: bold;
}
.LargeRedText
{
    color: red;
    font-weight: bold;
    font-size: 12pt;
}

.RedBackground
{
   background-color: red;
}
.WhiteText
{
   font-family: tahmoa,sans-serif;
   font-size: 10pt;
   color: white;
}

.pageContainer
{
    width:950px;
    background-color:white;
    border: 1px solid gray;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
    text-align:left;
}
.topBanner
{

}
.sideMenu
{
    float:left;
    width:160px;  
    margin-left:7px;  
    margin-top:5px;
}
.mainContent
{
    margin-left:190px;
}

.subMainContent
{
    margin-left:30px;
}

.navButton
{
    
    background-color: #ADC1D3;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    text-align: left;
    margin-bottom:2px;
    margin-top:2px;
    color:#000040;
    font-weight:bold;
    width:160px;

}
.navButton:hover
{
    background-color:#6B8EAE;
}


a.nav2:link
{   color: #003366;  text-decoration: none; font-weight: bold; display:block;}
a.nav2:visited 
{  color: #003366; text-decoration: none; font-weight: bold;display:block;}
a.nav2:hover
{  color: #003366; text-decoration: underline;font-weight: bold;display:block;}

