BODY {
   font-family: Arial, sans-serif;;
   font-size: small;
   background-color: #003333;
   color: Black;
}

A {
   color: Blue;
}

A:Hover {
}

.RedFont {
   color: Red;
}

.HeaderBigTitle
{
   font-family: Times;
   font-size: 55px;
   font-style: italic;
   color: #FFFFC0;
}

.MainTableContentStyle
{  
   width: 953px; 
   background-color: #003333;
   border: 0px #000000 solid;
   border-collapse: collapse;
   border-spacing: 0px;     
}

.HeaderCellStyle
{
   background-color: #066;
}

.SubHeaderCellStyle
{
   background-color: #eee;
   font-size: large;
   font-family: Arial;
   border: 1px;   
}

.MenuCellStyle
{
   background-color: #eee;
   vertical-align: top;
   height: 400px;
   /*width: 150px;   */
}

.ContentCellStyle
{
   background-color: white;
   width: 803px;
   vertical-align: top;
}

.FooterCellStyle
{
   background-color: #eee;  
}

.FooterStyle
{
   font-size: xx-small;
}

.BorderedCell
{
   border-collapse: collapse;
   border: 1px;  
}





