

.PageBody
{
   background-image: url(Images/BG.gif);  
   background-repeat: repeat;  
}

TABLE
{
   border: none;
   cellSpacing: 0;
   background: #FFFFFF;  
}

.PageTable
{
   background: none;  
   width: 760px;
}


.SectionBorder
{
   background-color:#FFFFFF;
   border:1px solid #2E3F56;
   width: 100%;
}

.HeaderCell
{
   background-color : #2E3F56;
}

.MainCell
{
   font-family: Tahoma;
   font-size: 10px;
   color : #777777;
   vertical-align: top; 
}

.MainHeading
{
   font-family: Tahoma;
   font-size: 10px;
   color : #4040FF;
}

.ContentImage
{
	border: 1px solid #2E3F56;
}

.ContentHeading
{
   font-family: Times New Roman;
   font-size: 10px;
   font-weight: bold;
   color : #2E3F56;
}

.ContentCell
{
   font-family: Arial;
   font-size: 10px;
   color : #777777;
}

.ContentCellRight
{
   font-family: Tahoma;
   font-size: 10px;
   color : #777777;
   text-align: right;
}

A:visited 
{ 
   color: #C20000; 
   text-decoration: none
}

A:link 
{ 
   color: #C20000; 
   text-decoration: none
}

A:active 
{
   color: #C20000; 
   text-decoration: none
}

A:hover 
{
   color: #0000C2;
   text-decoration: none
}

