
.text1 { font-family: Arial; font-size:10pt; color:#133984; }


body {

 SCROLLBAR-FACE-COLOR: #c3c3c1; 
 SCROLLBAR-ARROW-COLOR: #e0e2e1; 
 SCROLLBAR-BASE-COLOR: #e0e2e1;
 SCROLLBAR-SHADOW-COLOR: #e0e2e1;  
 SCROLLBAR-HIGHLIGHT-COLOR: #c3c3c1; 
 scrollbar-3d-light-color: #e0e2e1; 
 scrollbar-dark-shadow-color: #e0e2e1; 

}


A:link {color: #133984; text-decoration: underline text-decoration:none; font-style:none;}
A:visited {color: #133984; text-decoration: underline text-decoration:none; font-style:none;}
A:hover {color: blue; text-decoration: underline text-decoration:none; font-style:none;}


input, textarea, select, file {
	font-family: Arial;
	font-size: 9pt;
	color: #133984;
	background-color: #FFFFFF;
	border-width: 1;
	border-color: #133984;
	border-style: solid;
}