body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px
}
h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #993300; text-align: center; font-size: 14pt}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #993300;
	font-size: 9pt;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #993300;
}
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; color: #993300; font-weight: bold; font-style: oblique}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
	font-weight: bold;
}
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000}
li {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
ul {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
table {  }
.ht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;


}
.hh1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #993300;
	text-align: left;
	font-weight: bold;

}
.hh2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #993300;
	text-align: left;
	font-weight: bold;

}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.tdc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.htc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
a:link { color: blue; text-decoration: underline}
a:visited { color: blue; text-decoration: underline}
a:hover { color: red; text-decoration: none}
a.navtop:link {color: #FFDDDD; text-decoration: none}
a.navtop:visited {color: #FFDDDD; text-decoration: none}
a.navtop:hover {color: #FF4848; text-decoration: none}
P { margin: 0px 0px 10px 10px }
#dhtmltooltip {
	BORDER-RIGHT: #cc0000 2px outset; PADDING-RIGHT: 2px; BORDER-TOP: #cc0000 2px outset; PADDING-LEFT: 2px; FONT-SIZE: 11px; Z-INDEX: 100; FILTER: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); VISIBILITY: hidden; PADDING-BOTTOM: 2px; BORDER-LEFT: #cc0000 2px outset; WIDTH: 150px; COLOR: #000000; PADDING-TOP: 2px; BORDER-BOTTOM: #cc0000 2px outset; FONT-FAMILY: Arial, Helvetica, sans-serif; POSITION: absolute; BACKGROUND-COLOR: lightyellow; layer-background-color: #CC0000
}
.button {
	BORDER-RIGHT: #0f3b68 1px solid; BORDER-TOP: #0f3b68 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 11px; BACKGROUND: url(button_bg.gif) #eff0f4; BORDER-LEFT: #0f3b68 1px solid; COLOR: #0f3b68; BORDER-BOTTOM: #0f3b68 1px solid; FONT-FAMILY: verdana,arial,helvetica; TEXT-DECORATION: none
}

	pre {text-indent: 30px}

	#tabmenu {
		color: #000;
		border-bottom: 2px solid black;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: #000;
		background: #CCCCCC;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		border: 2px solid black;
		padding: 2px 5px 0px 5px;
		margin: 0px;
		text-decoration: none; }

	#tabmenu a.active {
		background: #FFFFFF;
		border-bottom: 3px solid #FFFFFF; }

	#tabmenu a:hover {
		color: #000000;
		background: #FFFBD6; }

	#tabmenu a:visited {
		color: #000000; }

	#tabmenu a.active:hover {
		background: #FFFFFF;
		color: #000000; }

	#content 
	{
	    font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
		text-align: justify;
		background: #FFFFFF;
		padding: 20px;
		border-top: none;
		z-index: 2;	}
	
    a.info {
        position:relative;
        z-index:24; 
    }
    a.info:hover{
        z-index:25; 
    }
    a.info span{
        display: none
    }
    a.info:hover span{
        display: block;
        position: absolute;
        top: 2em; 
        left: 2em; 
        width: 15em;
        border: 1px solid #000000;
        background-color: #FFFBD6;
        text-align: center;
        text-decoration: none;
    }
