body
{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A { color: #00C; }

A:hover
{
	text-decoration: none;
	color: #C00;
}

.header
{
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	border-color: #FFF #FFF #C00 #FFF;
	border-width: 0px 0px 3px 0px;
	border-style: double;
	text-align: center;
}

.caps
{
	color: #00C;
	font-weight: bold;
}

.title
{
	color: #00C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0px 25px 0px 25px;
}

.headline
{
	color: #00C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 25px 0px 25px;
	text-align: center;
}

.footer
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-color: #C00 #FFF #FFF #FFF;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	font-weight: bold;
	text-align: right;
	margin: 10px 0 0 0;
}

.list
{
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.main
{
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0 10px 0 10px;
}
.required
{
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.optional
{
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
