body,td,th,p {
	font-family: Verdana;
	font-size: 10pt;
	background-color: #ffffff;
	color: black;
}

h1 {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #15803C;
}
p {
	margin-top: 1em;
}
h2 {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #15803C;
	margin-top: 10px;

}


img {
	border: 0px;
}

div.steps {
	clear:both;
}
div.step {
	background-color: #80BA95;
	color:white;
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	float:left;
	padding: 3px;
	margin-right: 5px;
}
div.active {
	font-size: 14px;
	background-color: #15803C;
	color:white;
}
div.form {
	clear:both;
	border: 2px solid #15803C;;
	padding: 10px;
	width: 600px;
}
