
/*-- Navigation --*/
A:link        { text-decoration: none; color: #00009C; } 
A:active      { text-decoration: none; color: #00009C; } 
A:visited     { text-decoration: none; color: #00009C; } 
A:hover       { text-decoration: underline; color: #00009C; }
/*-- End Of Navigation --*/

BODY 
{
   WIDTH: 621px;
   BACKGROUND-COLOR: #9C9CFF;
}

/*-- Text --*/
.ContentText 
{
   font-family: arial; 
   font-size: 11px; 
   font-weight: normal; 
   font-style: normal; 
   text-decoration : none; 
   color : #00009C; 
   margin-bottom: 0
}

/*-- End Of Text --*/


