a:active {  text-decoration: line-through}
a:hover {
	text-decoration: none;
	color: #BDB76B;
}
a:link {  text-decoration: underline}
v:link { text-decoration: underline}
form {
	font-family: arial;
	font-size: 10pt;
	color: #708090;
	text-decoration: none;
}  
form input {
	font-family: arial;
	font-size: 10pt;
	color: #989868;
	text-decoration: none;
	background-color: White;
}
body {
	scrollbar-3d-light-color : white;
	scrollbar-arrow-color : black;
	scrollbar-base-color : black;
	scrollbar-dark-shadow-color : black;
	scrollbar-face-color : white;
	scrollbar-highlight-color : white;
	scrollbar-shadow-color : white;
	cursor : crosshair;
	background : White;
}
.dropbox{
	background-color : White;
	font-family: arial;
	font-size: 9pt;
	color: #708090;
}

.nounderline {  text-decoration: none; background-color: #FFFFFF}