 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: ;
	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;
}

/* General font families for common tags */
font,th {
	font:1.0em verdana, Arial, sans-serif;
    color: #636387;
	line-height:1.1em;
}
p {
	font:1.0em verdana, Arial, sans-serif;
    color: #636387;
	line-height:1.2em;
	
}
table {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.1em;
	color: #FFFFFF;*/
	font-size: 12px;
	color: #636387;
	line-height:1.2em;
}
h1 {
	font: 2.0em Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: ;

}
h2 {
	font: 1.2em Verdana, Arial, sans-serif;
	color: #666666;
	font-weight: bold;
}
h3 {
	font: 1.1em Verdana, Arial, sans-serif;
	color: #006699;
	font-weight: bold; 
	text-decoration:underline;
	}
h4 {
	font: 1.0em Verdana, Arial, sans-serif;
	color: #006699;
	font-weight: bold;
	margin-bottom:1.0;
	}
a:link,a:active,a:visited { font: 0.9em Verdana, Arial, sans-serif; text-decoration: none; color : #006699; font-weight: bold; }
a:hover	{
	text-decoration: none;
	color: #BB0000;
	font-weight: bold;
}

