body,input
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f7f7f7;
}
input,select
{
	border: silver 1px solid;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: White;
}
label
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: White;
}
a
{
	color: #de002b;
	font-weight: bold;
}
a:hover
{
	color: Black;
	font-weight: bold;
}
.templatenav
{
	font-size: 8pt;
	width: 20%;
	background-color: White;
	padding: 20px 5px 0px 10px;
	text-align: left;
	vertical-align: top;
}
.contenttable
{
	font-size: 8pt;	
	/*width: 100%;*/
	background-color: White;
	padding: 5px 0px 0px 10px;
	text-align: left;
	vertical-align: top;
}
td.contentheader
{
	padding-top: 16px;
	color: #de002b;
	font-size: 12pt;
	font-weight: bold;
}
td.contentsection
{
	font-size: 10pt;
	font-weight: bold;
	color: Black;
}
td.contentbody
{
	font-size: 8pt;
	color: Black;
}
hr
{
	color: #de002b;
}
.formsection
{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
}
.formsectionerror
{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #CC0000;
}
.formtext
{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.formtexterror
{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
}
.footerrow
{
	display: block;
	font-weight: normal;
	font-size: 10px;
	visibility: visible;
	color: #666666;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e5e5e5;
	text-decoration: none;
}