body {  background-color: #525252; color: #ffffff; font-size: 10px; font-family : Tahoma; border: 0px; margin-top: 10px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px}
a {text-decoration: none; font-family : Tahoma; color: #ffffff}
a:hover {font-family : Tahoma; text-decoration: none}
a:link {font-family : Tahoma; text-decoration: none}
td { font-size: 10px; font-family : Tahoma; color: #ffffff}
p { font-size : 10px; font-family : Tahoma; color: #ffffff}
li { font-size : 10px; font-family : Tahoma; color: #ffffff}
ul { font-size : 10px; font-family : Tahoma;  color: #ffffff}


.bgGreen1 {background-color: #cccccc}
.bgGreen2 {background-color: #6699CC}
.bgGreen3 {background-color: #336699}

.txtWhite1 {font-family : Tahoma; color: #ffffff; font-size: 10px}
.txtGreen1 {font-family : Tahoma; color: #95B852; font-size: 10px}
.txtGreen2 {font-family : Tahoma; color: #2D6307; font-size: 10px}
.txtGreen3 {font-family : Tahoma; color: #B6C86A; font-size: 10px}
.txtYellow1 {font-family : Tahoma; color: #FDFF38; font-size: 10px}
.txtTitle {font-family : Arial Narrow; color: #E8EA8E; font-size: 20px}
.txtBlack1 {font-family : Tahoma; color: #000000; font-size: 10px}
.txtlogin {font-family : Tahoma; color: #000000; font-size: 10px}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
color:#000000;
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);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
background-color: lightyellow;
color:#000000;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}