.hide {
display: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: 333;
	background-color: #FFFFFF;
	margin: 15px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	color: #009900;
	line-height: 29px;
}
h3 {
	font-size: 22px;
	font-weight: normal;
	color: #009900;
	line-height: 0px;
}
p {
	font-size: 12px;
	line-height: 15px;
}
li {
	font-size: 12px;
	line-height: 17px;
	list-style-type: square;
}
hr {
	color: #333366;
	size: 1px;
	height: 1px;
	width: 1px;
	border-top: 1px dotted;
	border-right: 0px dotted;
	border-bottom: 0px dotted;
	border-left: 0px dotted;
}
h5 {
	font-size: 10px;
	line-height: 14px;
}
h2 {
	font-size: 22px;
	color: #006699;
	font-weight: normal;
}
h4 {
	font-weight: bold;
	color: #006699;
	font-size: 12px;
}
