body
{
	font-family:	Arial;
	background-color:	CC9900;
	font-size:	10pt;
}
.title
{
	font-size:	25pt;
	text-align:	center;
	color:	CC9900;
}
.menu
{
	font-size:	10pt;
	background-color: black;
	padding-right:	10px;
	padding-left:	10px;
}
.menuItem
{
	color:	CC9900;
	text-decoration:	none;
}
.mainTable
{
	border-color:	black;
	border-style:	solid;
	border-width:	1px;
	background-color:	white;
}
.headerTable
{
	background-color:	black;
}
.mainText
{
	padding-left:	20px;
	padding-top:	10px;
	vertical-align:	top;
	font-size:	10pt;
	padding-right:	20px;
	padding-bottom:	10px;
}
.tableList
{
	font-size:	10pt;
}
.tableItem:hover
{
	color:	blue;
	font-weight:	bold;
}
.tableItem
{
	color:	blue;
}
h3
{
	font-size:	16px;
	text-align:	center;
}
.instructions
{
	font-size:	8pt;
	text-align:	center;
}
A
{
	color:	CC9900;
	text-decoration:	none;
}
A:hover
{
	font-weight:	bold;
}
.button
{
	height:	25px;
	color:	CC9900;
	background-color:	black;
	text-align:	center;
	vertical-align:	middle;
	font-size:	11pt;
	font-weight:	bold;
	border-color:	CC9900;
	border-style:	solid;
	border-width:	2px;
}
.button:hover
{
	color:	black;
	background-color:	CC9900;
	border-color:	black;
}
.form
{
	font-size:	10pt;
}
.formQuestion
{
	font-size:	11px;
}
.generalLink:hover
{
	color:	black;
	font-weight:	bold;
	font-size:	10pt;
}
.generalLink
{
	color:	CC9900;
	font-weight:	bold;
	font-size:	10pt;
}