@charset "utf-8";
/* CSS Document */

@media print 
{ 
.body { display:none } 
} 

#dhtmltooltip{
	position: absolute;
	width: 250px;
	border: 1px solid #FFCC33;
	padding: 5px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	background-image: url(../Images/background.gif);
	background-repeat: repeat;
	background-position: right;
}

body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CCCCCC;}
body {margin: 10px; background-color: #333333; background-image: url(../Images/background.gif); background-repeat: repeat;}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}

h1 {font-size: 11px;color: #FFCC33;}
h2 {font-size: 9px; color: #CCCCCC;}

.style23 {color: #FFFFFF}
.style24 {color: #FFCC33}
.style25 {color: #FFCC33; font-style: italic; }
.style26 {color: #CCCCCC; }
.style31 {font-size: xx-small}
.style34 {font-size: 9px}
.style35 {color: #FFCC33; font-size: 16px; }
.style36 {font-size: 10px; font-weight: bold;}
.style37 {font-size: 10px}
.style28 {font-size: 10px; color: #FFCC33; }
.style30 {color: #CCCCCC; font-size: 10px;}

#navlist {margin: 0; padding: 0 0 20px 0px; border-bottom: none;}
#navlist ul, #navlist li {margin: 0; padding: 0; display: inline; list-style-type: none;}
#navlist a:link, #navlist a:visited {float: left; line-height: 14px; font-weight: bold; margin: 0 20px 4px 0px; text-decoration: none; color: #999;}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {border-bottom: 4px solid #999999; padding-bottom: 2px; font-weight: bold; background: transparent; color: #fff;}
#navlist a:hover { color: #fff; }
