BODY
{
	font-size: 9pt;
	margin: 0px;
	color: black;
	font-family: Arial;
	background-color: dimgray;
}	

.NavigationItemContainer
{
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 10px;
}

.NavigationItem
{
	font-weight: bold;
	font-size: 9pt;
	color: #2a2a2a;
	text-decoration: none;
}

.NavigationItem:hover
{
	text-decoration: underline;
}

.SubNavigationItemContainer
{
	padding-left: 15px;
	padding-bottom: 3px;
}

.SubNavigationItem
{
	font-weight: normal;
	font-size: 8pt;
	color: #2a2a2a;
	text-decoration: none;
}

.SubNavigationItem:hover
{
	text-decoration: underline;
}




A
{
	font-size: 9pt;
	color: navy;
}

.A
{
	font-size: 9pt;
	color: navy;
}

.P
{
	font-size: 9pt;
	color: #495D7E;
}

.LI
{
	font-size: 9pt;
	color: #495D7E;
}

.H1
{
	font-weight: bold;
	font-size: 14pt;
	color: #5a5e69;
}

.H2
{
	font-weight: bold;
	font-size: 12pt;
	color: #5a5e69;
}

.H3
{
	font-weight: bold;
	font-size: 10pt;
	color: #5a5e69;
}

.HR
{
	height: 1px;
	color: black;
}

.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: 9pt;
	padding-bottom: 1px;
	color: Black;
	padding-top: 1px;
	background-color: #8CA5B5;
}

.Form_Body
{
	padding-right: 7px;
	padding-left: 7px;
	font-size: 8pt;
	padding-bottom: 7px;
	color: black;
	padding-top: 7px;
	background-color: #EDF1F4;
}

.Form_Text
{
	font-size: 9pt;
	color: black;
}

.Form_ItemCaption
{
	font-size: 9pt;
	color: black;
	padding-top: 4px;
}

.FinePrint
{
	font-size: 8pt;
	color: darkgray;
}

.FinePrintLink
{
	font-size: 8pt;
	color: #7698B2;
}
.FloatingWindow
{
      border-right: black 1px dotted;
      border-top: black 1px dotted;
      margin-top: 10px;
      margin-bottom: 10px;
      border-left: black 1px dotted;
      border-bottom: black 1px dotted;
      background-color: transparent;
}

.FloatingWindow .TitleBar
{
      padding-right: 8px;
      padding-left: 8px;
      font-weight: bold;
      font-size: 10pt;
      padding-bottom: 2px;
      color: black;
      padding-top: 2px;
      border-bottom: black 1px dotted;
      background-color: #CDCDCD;
}

.FloatingWindow .Body
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10pt;
	padding-bottom: 1px;
	color: #ffffff;
	padding-top: 0px;
}