
div, form, dl, dt, dd, ul, ol, li, p, h1, h2 {
	margin: 0;
	padding: 0;
}
h1 { font-size: 18px; margin-bottom: 10px; font-weight: bold; }
h2 { font-size: 16px; margin-bottom: 5px; font-weight: bold; }
ul, ol {
	padding: 5px 0 10px 0;
	list-style: disc;
	list-style-position: outside;
}
ol { list-style: decimal; }
li {
	padding: 0 0 2px 0;
	margin: 0 0 0 60px;
}
img { border: none; }
table { text-align: left; }

p {
	margin: 0 auto;
	line-height: 11pt;
	text-align: justify;
}
.floatLeft {
	float: left;
	display: inline;
}
.floatRight {
	float: right;
	display: inline;
	text-align: right;
}
div.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
body {
	margin: 0;
	margin-top: 22px;
	padding: 0;
	color: #fff;
	background-color: #eaf4dc;
	font: 11px Tahoma;
}
a {
	color: #7bbd51;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a:hover { color: #7a9f69; text-decoration: underline; }
input, select, textarea {
	margin: 0;
	padding: 2px;
	color: #444;
	border: 1px solid #999;
	font: 11px Verdana, sans-serif;
	background-color: #fff;
	cursor: pointer;
}
input { width: 85px; }
select { padding: 1px; }
textarea { overflow: auto; }