body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #231F20;
	text-align: right;
	white-space: pre;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #537A68;
}
a:link {
	color: #537866;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
}
.floatRight {
	float: right;
}
