body {
	color: #5A422D;
	font-family: Times New Roman, Times, serif;
	scrollbar-face-color: #FBEBCE;
	scrollbar-highlight-color: #FBEBCE;
	scrollbar-shadow-color: #5A422D;
	scrollbar-3dlight-color: #5A422D;
	scrollbar-arrow-color: #5A422D;
	scrollbar-track-color: #FBEBCE;
	scrollbar-darkshadow-color: #FBEBCE;
}
.main {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 5px;
}
.large {
	font-size: 18px;
	font-weight: bold;
}
a:link {
	color: #5A422D;
    text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #5A422D;
    text-decoration: underline;
}
a:visited:hover {
	color: #FF0000;
	text-decoration: none;
}
.form_feilds {
	border-right: #5A422D 1px solid;
	border-top: #5A422D 1px solid;
	border-left: #5A422D 1px solid;
	border-bottom: #5A422D 1px solid;
	background-color: #E6F0CA;
}
