BODY, TD {
	color: #003399;
	font: 10pt Verdana, Geneva, Arial, Helvetica;
}

H1, H2, H3 {
	font-size: 14pt;
	font-weight: bold;
	/*margin-bottom: 6px;*/
	color: #003399;
}
H4 {
	font-size: 9pt;
	font-weight: bold;
	/*margin-bottom: -15px;*/
	color: #003399;
}

option.red {
background-color:white;color:red; }

a	  { color: gray; text-decoration: none }
a:visited { color: gray; }
a:hover	  { color: red; }
 
.xstooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 

    font: normal 8pt sans-serif;
	color: red;
	background: #ffffff;
    padding: 3px; 
    border: solid 2px;
}

.xstooltip_jo
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 

    font: normal 8pt sans-serif;
	color: green;
	background: #ffffff;
    padding: 3px; 
    border: solid 2px;
}

