body {

background-color: #FFFFFF;

font-family: arial, helvetica, sans-serif; 

font-size: smaller;

color: #000000;

}



table {

font-size: 12;

}





#smallertexttable td {

font-size: smaller;

}





#nobreak {

nobr;

}





A:link    { color: #0000ff; text-decoration: none;} /* unvisited links */

A:visited { color: #0000ff; text-decoration: none; } /* visited links   */

A:hover   { color: #cc0000; text-decoration: underline;} /* user hovers     */

A:active  { color: orange; text-decoration: none; }  /* active links    */





#dhtmltooltip {

position: absolute;

width: 150px;

border: 2px solid black;

padding: 2px;

background-color: lightyellow;

visibility: hidden;

z-index: 100;

/*Remove below line to remove shadow. Below line should always appear last within this CSS*/

filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);

}
