body, table   {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #333333;
}

html {
 scrollbar-face-color: #DEE3E7;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-shadow-color: #DEE3E7;
 scrollbar-3dlight-color: #D1D7DC;
 scrollbar-arrow-color:  #006699;
 scrollbar-track-color: #EFEFEF;
 scrollbar-darkshadow-color: #98AAB1;
}

.heading {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: #003298;
	   }
	   
a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #003298;
 text-decoration: none;
}

a:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #003298;
 text-decoration: underline;
}

.menu a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: #003298;
 text-decoration: none;
}

.menu a:hover {
 font-family: Arial;
 font-size: 8pt;
 color: #003298;
 text-decoration: underline;
}

.footer {
 background-color: #BDC7D6;
 font-family: arial;
 font-size: 8pt;
 color: #666666
}

.footer a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: #333333;
 text-decoration: none;
          }
.footer a:hover{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: #000000;
 text-decoration: none;
          }

input, select, textarea {
    background-color: #F3F3F3; 
	border: 1px solid #003298; 
	font-family: Arial, Helvetica, sans-serif;; 
	padding-left: 3px;
	font-size: 11px; 
	color: #003298;
}