a:link {
	color: #9150A0;
	text-decoration: none;
}
a:visited {
	color: #9150A0;
	text-decoration: none;
}
a:hover {
	color: #85C442;
	text-decoration: underline;
	height: auto;
	width: auto;
	border: none;


}
a:active {
	color: #9150A0;
	text-decoration: none;
}

html { 
scrollbar-arrow-color:#60902F; 
scrollbar-track-color:#EAEBEB; 
scrollbar-face-color:#EAEBEB; 
scrollbar-highlight-color:#ffffff; 
scrollbar-3dlight-color:#ffffff; 
scrollbar-darkshadow-color:#EAEBEB; 
scrollbar-shadow-color:#EAEBEB; 
} 

.vnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.vnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.vnav a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;

}
.vnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #ffffff;
background-image: url(images/silver_bkg.gif);
background-repeat: repeat-y;
}
.field {
	font-family: Verdana;
	font-size: x-small;
	color: #333333;
	background-image: url(images/field.gif);
	border: thin groove;

}
.submit {
	font-family: Verdana;
	font-size: xx-small;
	color: #333333;
	background-color: #dcdcdc;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;

}
