.Pane
{
	width: 100%;
}
.TitleCell
{
	border-bottom: 1px dotted #cfcfcf;
}
.Head
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13pt;
	font-weight: 800;
	text-transform: uppercase;
}
.FormItemReq
{
	padding: 0px 2px 0px 8px;
	background: url(Required.gif) no-repeat left center;
}

.ContentPane
{
	font-family: verdana, arial, helvetica, sans-serif;
}

.ContentPane a
{
	color: #936;
	text-decoration: underline;
}
.ContentPane a:hover
{
	color: #00f;
	text-decoration: underline;
}
.Normal,
.ContentPane p
{
	font-size: 9pt;
	padding-top: 5px;
}
.ContentPane table
{
	font-size: 9pt;
}
.ContentPane li
{
	font-size: 9pt;
	margin-top: 5px;
	list-style-image: url(Bullet.gif);
}
