@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EBE7DF;
}
.rules {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 726659;
	border-bottom-color: 726659;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}
