A:link
{ 
   text-decoration: none; 
   color: #0075BF; 
} 

A:active
{ 
   text-decoration: none; 
   color: #0075BF; 
} 

A:visited
{ 
   text-decoration: none; 
   color: #0075BF; 
} 

A:hover					
{ 
   text-decoration: none; 
   color: #639DD4; 
}

BODY 
{
   WIDTH: 480px;
   BACKGROUND-COLOR: #FFFFFF;
   MARGIN-LEFT: 0px;
   MARGIN-TOP: 0px
}



/* Text *******************************************************************************************/

TD, .contentText
{ 
   font-family: Verdana, Arial, Helvetica, sans-serif;  
   font-size: 10px; 
   font-weight: normal; 
   font-style: normal; 
   text-decoration : none; 
   color : #0075BF; 
   margin-bottom: 0 
}


.footerText, .default 
{ 
   font-family: Verdana, Arial, Helvetica, sans-serif;  
   font-size: 9px; 
   font-weight: normal; 
   font-style: normal; 
   text-decoration : none; 
   color : #0075BF; 
   margin-bottom: 0 
}

.LogoBorder { border: 1px solid #0075BF; }

/*************************************************************************************************/
