BODY
{
	font-size: 9pt;
	margin: 0px;
	color: black;
	font-family: Arial;
	background-color: White;
}

.Navigation
{
	position: absolute;
	left: 200px;
	top: 110px;
	width: 540px;
	text-align: center;
}

.NavigationItemContainer
{
	padding-left: 7px;
	padding-right: 7px;
}

.NavigationItem
{
	font-size: 12pt;
	font-weight: bold;
	color: White;
}

.SubNavigation
{
	left: 20px;
	padding-bottom: 45px;
	width: 158px;
	position: absolute;
	top: 200px;
	text-align: left;
}

.SubNavigationItemContainer
{
	padding-bottom: 10px;
}

.SubNavigationItem
{
	font-weight: bold;
	color: Black;
}

.SubNavigationItem:hover
{
	color: #3D187B;
}

.Body
{
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 1px;
}

.EditorBody
{
	background-color: #B999EE;
}

A
{
	font-size: 9pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.A
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	text-decoration: none;
}

A:hover
{
	color: gold;
	text-decoration: underline
}

.P
{
	font-size: 9pt;
	color: black;
}

.LI
{
	font-size: 9pt;
	color: black;
}

.H1
{
	font-weight: bold;
	font-size: 14pt;
	color: #3D187B;
}

.H2
{
	font-weight: bold;
	font-size: 12pt;
	color: #3D187B;
}

.H3
{
	font-weight: bold;
	font-size: 10pt;
	color: #3D187B;
}

.HR
{
	height: 1px;
	color: #CACACA;
}

.ErrorMsg
{
	font-size: 8pt;
	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: 8pt;
	padding-bottom: 2px;
	color: white;
	padding-top: 2px;
	background-color: dimgray;
}

.Form_Body
{
	padding-right: 7px;
	padding-left: 7px;
	font-size: 8pt;
	padding-bottom: 7px;
	color: #ebeff8;
	padding-top: 7px;
	background-color: lightgrey;
}

.Form_Text
{
	font-size: 8pt;
	color: black;
}

.Form_ItemCaption
{
	font-size: 8pt;
	color: black;
	padding-top: 4px;
}

.FinePrint
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

.FinePrintLink
{
	font-size: 8pt;
	color: white;
	font-family: Arial;
}

.FloatingWindow
{
      border-right: white 1px dotted;
      border-top: white 1px dotted;
      margin-top: 10px;
      margin-bottom: 10px;
      border-left: white 1px dotted;
      border-bottom: white 1px dotted;
      background-color: transparent;
}

.FloatingWindow .TitleBar
{
      padding-right: 8px;
      padding-left: 8px;
      font-weight: bold;
      font-size: 10pt;
      padding-bottom: 2px;
      color: #ffffff;
      padding-top: 2px;
      border-bottom: white 1px dotted;
      background-color: #833C33;
}

.FloatingWindow .Body
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10pt;
	padding-bottom: 1px;
	color: #ffffff;
	padding-top: 0px;
}