body, form, img, object {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
	color: #000;
}
label {
	padding-right: 5px;
}

label.fixedWidth {
	display: block;
	float: left;
	width: 135px;
	line-height: 1.8em;
}

label.extraPadding {
	padding-left: 15px;
}

label.extraBlack {
	font-weight: bold;
}

input {
	font-size: 11px;
}

sup {
	font-size: 8pt;
}

sup.req {
	font-size: 11pt;
	color: red;
}

#pageContent {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	background-color: white;
}

#pageBanner {
	width: 800px;
	background-color: black;
	color: white;
	font-size: 13pt;
	font-weight: bold;
	padding: 8px 0px;
	text-align: center;
	margin-bottom:10px;
}

.formRow {
	clear: left;
	margin-bottom:3px;
}

.additionalRow {
	clear: both;
	font-size: 10pt;
	line-height: 1em
}

#titleThumb {
	text-align: center;
	margin-bottom: 75px;
}
