/* At-Rules */
@charset "iso-8859-2";

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px 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);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
#dropmenudiv {position:absolute;  border:1px solid black;    font:bold 11px Tahoma;  line-height:18px;  z-index:100;}

#dropmenudiv a {width: 100%;  display: block;  text-indent: 3px;    padding: 3px 0;  text-decoration: none;  font-weight: bold;}

/* hover background color */
#dropmenudiv a:hover {background-color: #999999;}

body {background:#FFFFFF;color: #000000; font: normal 11px tahoma,arial,verdana}

td {color: #777777; font: normal 11px tahoma,arial,verdana}

.form {color: #000000; font: normal 11px tahoma,arial,verdana; border:1px gray solid; background:#FBFBFB}
.formbold {color: #000066; font: bold 12px tahoma,arial,verdana}

.MenuContent {color: #000000; font: normal 11px tahoma,arial,verdana}

.default {color: #000000; font: normal 11px tahoma,arial,verdana}


.defaultbold {color: #000000; font: bold 11px tahoma,arial,verdana}

.defaultboldcolor {color: #000066; font: bold 11px tahoma,arial,verdana}

.Menu {background: #6A6A6A; color: #000000; font: normal 11px tahoma,arial,verdana}

.big {color: #000000; font: bold 14px arial,verdana}

.bigName {color: #4c4c4c; font: italic bold 16px arial,verdana}

a.default {color: #000000;text-decoration: none}

a.default:hover {color: #CC0000;text-decoration: underline}

a.defaultbold {color: #000000;text-decoration: none}

a.defaultbold:hover {color: #CC0000;text-decoration: underline}

a.Menu {background: #6A6A6A;color: #EAEAEA;text-decoration: none}

a.Menu:hover {color: #FFFFFF;text-decoration: none}

#describe {position: absolute; top: 165px; left: 13%; background-color: black}

/* End of style section. Generated by AceHTML at 2006-01-13 17:02:09 */