<!--
body {
	background-color: white;
}
body,td,th {
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	line-height: 11px;
	align: justify;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	text-decoration:;
	color: #958793;
}
a:hover {
	text-decoration: none;
	color: #400431;
}
a:active {
	text-decoration:;
	color: #958793;
}
body {
	scrollbar-3dlight-color:; 
	scrollbar-arrow-color:gray;
	scrollbar-base-color: #F5BFEA;
	scrollbar-darkshadow-color:;
	scrollbar-face-color:black;
	scrollbar-highlight-color:#;
	scrollbar-shadow-color:;
}
h1 {	
	font-family: georgia;
	font-size: 12 px;
	text-decoration: bold;
	color: white;
}
table table { border-middle: 1px solid black; }

/* CSS rules for the forms scrollbar */

textarea {
	scrollbar-3dlight-color:; 
	scrollbar-arrow-color:gray;
	scrollbar-base-color:#F5BFEA;
	scrollbar-darkshadow-color:;
	scrollbar-face-color:black;
	scrollbar-highlight-color:#;
	scrollbar-shadow-color:;
}
}
-->