html {
	min-height: 101%;
	margin-bottom: 1px;
	overflow-y: scroll;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF66CC;
	text-decoration: none;
	font-weight: normal;
}
.bodyRule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: FF66CC;
	border-right-color: FF66CC;
	border-bottom-color: FF66CC;
	border-left-color: FF66CC;
}
.bodyRule2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: FF66CC;
	border-right-color: FF66CC;
	border-bottom-color: FF66CC;
	border-left-color: FF66CC;
}
.bodyRuleBelow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: FF66CC;
	border-right-color: FF66CC;
	border-bottom-color: FF66CC;
	border-left-color: FF66CC;
}
