BODY
{
    BACKGROUND-COLOR: white; 
    FONT-FAMILY: Verdana, Arial, sans-serif; 
    font-size : 10px;; 
    COLOR:       black
}

TD
{
    FONT-FAMILY: Verdana, Arial, sans-serif; 
	line-height:1.5em;
    font-size : 11px;; 
    COLOR:       black
} 
  
A
{
	color:#008575;
	TEXT-DECORATION: underline;
}
A:link
{
    COLOR: #008575;
}

A:visited
{
    COLOR: #003366;
}

A:hover
{
	color: #008575;
	text-decoration:none;
}

DIV.dotrule 
{
 background-image:url("/images/dotrule_scaleable.gif"); 
 height:29px;
 max-width: 580px;
 /*width:expression(document.body.clientWidth > 1120? "580px": "auto" );*/
}

