body, html {
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px;
	margin: 0px;
	background-image: url(../images/iafpa-shield-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
}
h2 {
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Helvetica, Verdana, Arial;
	padding: 0px;
	margin: 0px;
}
h1 {
	color: #FF0000;
	font-size: 26px;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.blackSpan {
	color: #000000;
}
.iafpaHighlight {
	color: #FF0000;
	font-style: italic;
}
.mainTable {
	background-image: url(../images/curve-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #FF0000;
	width: 980px;
}
.content {
	vertical-align: top;
	padding: 50px 50px 0px 50px;
	background-image: url(../images/curve-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.imgBorder {
	border: 1px solid #000000;
}
.infoText {
	text-transform: uppercase;
	font-size: 10px;
}
.errorText {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	white-space: nowrap;
}
.errorBorder {
	padding: 0px 5px 0px 0px;
	margin: 5px 0px 5px 0px;
	width: 100%; 
	border: 2px solid #CC0000;
	background-color: #FF0000;
}
.errorUL {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	line-height: 16px;
}
.require {
	color: #FF0000;
	font-size: 18px;
}
a {
	color: #FF0000;
}
a:hover {
	color: #000000;
}