body, html, div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	padding: 27px;
	background: #fff url(../images/body_background.gif) no-repeat top left;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #383838;
}
div#pageContent {
	width: 637px;
}
h1 {
	font-size: 27px;
	color: #96b70b;
	font-weight: bold;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #96b70b;
}
h3 {
	font-size: 12px;
	font-weight: normal;
}
a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #383838;
}
div.clear {
	clear: both;
}
div.dottedLine {
	background: url(../images/line_dotted_bg.gif) repeat-x top left;
	height: 1px;
	width: 637px;
}
.error, .error a {
	color: #ff0000;
	display: block;
	font-size: 17px;
	font-weight: bold;
}
div.formGroup {
	border: 0px solid #000;
	margin-bottom: 12px;
}
div.formGroup h2 {
	
}
div.formGroup div.item {
	float: left;
	width: 165px;
}
div.formGroup div.item h3 {
	margin-top: 2px;
	margin-bottom: 2px;
}
div.formGroup div.item div.rc {
	/* Radiobuttons */

}
