thead .arrow { color: black; padding: 0; font-size: 14px;
			height: 14px; width: 14px; overflow: hidden;
			
			}
.form_button1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	background-color : #003366;
	border-bottom : 2px solid #705E49;
	border-top : 2px solid #705E49;
	border-left : 2px solid #705E49;
	border-right : 2px solid #705E49;
	margin : 0px 0px 0px 0px;
	color : White;
}
.form_button2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	background-color : White;
	border-bottom : 2px solid #705E49;
	border-top : 2px solid #705E49;
	border-left : 2px solid #705E49;
	border-right : 2px solid #705E49;
	margin : 0px 0px 0px 0px;
	color : #666666;
}

A:link 
{ 
    color: #003366; 
    text-decoration: underline;
    font-weight: bold;
}
A:visited 
{ 
    color: #003366; 
    text-decoration: underline; 
	 font-weight: bold;
}
A:hover 
{
        color: #CC3333;
        text-decoration: none; 
		font-weight: bold;
}
BODY 
{ 
scrollbar-face-color: 000066;
scrollbar-shadow-color: FFFFFF;
scrollbar-highlight-color: FFFFFF;
scrollbar-3dlight-color: FFFFFF;
scrollbar-darkshadow-color: FFFFFF;
scrollbar-track-color: E6E6E6;
scrollbar-arrow-color: FFFFFF;  
color : #000000;
font-size: 9pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
table{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: ridge, 1px;
}
.table2{
	font-size: 7pt;
	border: ridge, 1px;
}



#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}


