a:link {
	color: #008000;
	text-decoration:none;
	font-weight: bold;

}
a:visited {
	color: #008000;
	text-decoration:none;
	font-weight: bold;

}
a:active {
	color: #008000;
	font-weight: bold;

}
a:hover {text-decoration:underline; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color: #693A2A;
	background-attachment: fixed;
	scrollbar-face-color: #A01E1E;
	scrollbar-highlight-color: #A01E1E;
	scrollbar-3dlight-color: #E6C9AA;
	scrollbar-darkshadow-color: #693A2A;
	scrollbar-shadow-color: #B6C4CF;
	scrollbar-arrow-color: #B6C4CF;
	scrollbar-track-color: #B6C4CF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #000000;
}
.HeadingLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;

}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #693A2A;
	font-weight: bold;
	background-color: #C3CDDC;
	border: 1px solid #B6C4CF;
}