/* CSS Document */

<style type="text/css">
<!--
div.Link { background-color:transparent;
              color:#CCCCCC; font-size:12px }
.Link a:link	{ color:#CCCCCC; text-decoration:none }
.Link a:visited { color:#CCCCCC; text-decoration:none }
.Link a:hover { color:#CCCCCC; text-decoration:underline }
-->


A:link {text-decoration: none; color: #CCCCCC;}
A:visited {text-decoration: none; color: #CCCCCC;}
A:hover {text-decoration: underline overline; color: white;}
A:active {text-decoration: none; color: #FFFFFF;}

}


#dhtmltooltip{
position: absolute;
width: 350px;
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);
}





