body
{
	font-size: 9pt;
	margin: 0px;
	color: black;
	font-family: Arial;
	background-color: #f2f2e6;
}

.NavigationBackground
{
	background-color: #c5c2c7;
}

.NavigationLink
{
	font-weight: bold;
	font-size: 9pt;
	color: #2f2f9d;
	font-family: Arial;
	text-decoration: none;
}

.SubNavigationLink
{
	font-size: 9pt;
	color: #5573f5;
	font-family: Arial;
	text-decoration: none;
}

.CompanyName
{
	font-weight: bold;
	font-size: 24pt;
	color: #636055;
	font-family: Arial;
}

.Slogan
{
	font-size:12pt;
	font-style: italic;
}

.P
{
	font-size: 9pt;
	color: #636055;
}

.LI
{
	font-size: 9pt;
	color: #636055;
}

.H1
{
	font-weight: bold;
	font-size: 12pt;
	color: #636055;
}

.H2
{
	font-weight: bold;
	font-size: 10pt;
	color: #636055;
}

.HR
{
	height: 1px;
	color: #636055;
}

.ErrorMsg
{
	font-size: 9pt;
	color: red;
}

.Form
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.Form_Title
{
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 1px;
	color: white;
	padding-top: 1px;
	background-color: navy;
}

.Form_Body
{
	padding-right: 7px;
	padding-left: 7px;
	font-size: 8pt;
	padding-bottom: 7px;
	color: black;
	padding-top: 7px;
	background-color: whitesmoke;
}

.Form_Text
{
	font-size: 9pt;
	color: black;
}

.Form_ItemCaption
{
	font-size: 9pt;
	color: black;
}

.FinePrint
{
	font-size: 8pt;
	color: darkgray;
	font-family: Arial;
}

.FinePrintLink
{
	font-size: 8pt;
	color: #c5a9a9;
	font-family: Arial;
}