body {
	background-color : #ffffeb;
	scrollbar-face-color : ; 
	scrollbar-track-color : ; 
	scrollbar-base-color : #fffacd;
	scrollbar-dark-shadow-color : black;
	scrollbar-arrow-color : #000066; 
       	background-repeat : no-repeat;
       	background-attachment : loose;

}
body, div, table, tr, td, p, form, script {
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-size : 10pt;
	color : #000066;
}
a:link {
	color : #009999;
	text-decoration : underline;
	font-weight : normal; 
}
a:active {
	color : #009999;
	text-decoration: none;
	font-weight : normal; 
}
a:visited {
	color : #006666;
	text-decoration: none;
	font-weight : normal; 
}
a:hover {
	color : #006666;
	text-decoration: underline;
	font-weight : normal; 
}

