html {
	SCROLLBAR-FACE-COLOR: #8F8FC3; 
	SCROLLBAR-HIGHLIGHT-COLOR: #dfdoeo; 
	SCROLLBAR-SHADOW-COLOR: #330066; 
	SCROLLBAR-3DLIGHT-COLOR: #C1C1D3; 
	SCROLLBAR-ARROW-COLOR: #FEE378; 
	SCROLLBAR-TRACK-COLOR: #D4D4ED; 
	SCROLLBAR-DARKSHADOW-COLOR: #C1C1D3;
}

a,a:visited,a:active,a:link {
	color: blue;
	text-decoration: none
}

a:hover {
	color: #101077;
	text-decoration: underline
}

.greytext {
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 12px;
	font-weight: bold;
	
}
a.greytext:link {
	color:#999999;
	text-decoration: none
}
a.greytext:visited{
	color:#999999;
	text-decoration: none
}

a.greytext:active{
	color:#999999;
	text-decoration: none
}


a.greytext:hover {
	color: #BBBBBB;
	text-decoration: none
}
