/* CSS Document */

<style type="text/css">

A:link{color:#000000; text-decoration:none;}
A:visited{color:#000000; text-decoration:none;}
A:active{color:#000000; text-decoration:none;}
A:hover {color:#B00005; text-decoration:none; border-bottom:1px dotted #B00005;}

body {
scrollbar-arrow-color:#E8E9E9;
scrollbar-base-color:#949599;
scrollbar-darkshadow-color:#949599;
scrollbar-track-color:#949599;
scrollbar-face-color:#949599;
scrollbar-shadow-color:#E8E9E9;
scrollbar-highlight-color:#E8E9E9;
scrollbar-3d-light-color:#949599;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
line-height:20px;
color:#000000;
font-weight:normal;
background-color:#949599;

margin-top:0px;
margin-bottom:0px;
}

tr,td, table {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#000000;
}

.menu {
font-size:9pt;
}

.head {
font-size:9pt;
font-weight:bold;
background:#BDB8B5;
letter-spacing:5px;
}

#dhtmltooltip{
position: absolute;
width: 100px;
border: 1px solid black;
padding: 2px;
background-color: #E8E9E9;
visibility: hidden;
z-index: 100;
}

</style>