body {
	
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif; 
	font-size: smaller;
	color: #000000; 
}

table {
	font-size: 12;
}

<!-- background: url(idmble.gif); -->

#smallertexttable td
{
	font-size: smaller;
}


#nobreak
{
    nobr;
}


#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);
}

A:link    { color: #0000ff; } /* unvisited links */
A:visited { color: #0000ff; } /* visited links   */
A:hover   { color: #0099ff; } /* user hovers     */
A:active  { color: orange; }  /* active links    */



