body
{
	font-size: 9pt;
	margin: 0px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	background-color: lightgrey;
}

.CompanyName
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 14pt;
	color: white;
	text-align: center;
}

.Slogan
{
	padding-left: 10px;
	font-weight: normal;
	font-size: 8pt;
	color: #f1f1f1;
	padding-top: 2px;
	text-align: center;
}

.NavigationItemContainer
{
	padding-right: 8px;
	padding-left: 8px;
}

.NavigationItem
{
	font-weight: bold;
	font-size: 7pt;
	color: white;
	text-decoration: none;
}

.NavigationItem:hover
{
	color: #e09f66;
}

.PageTitle
{
	padding-left: 30px;
	font-weight: normal;
	font-size: 18pt;
	color: #555582;
}

.SubNavigationContainer
{
	border-right: #565684 1px solid;
	padding-right: 10px;
	border-top: #565684 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	border-left: #565684 1px solid;
	width: 175px;
	padding-top: 10px;
	border-bottom: #565684 1px solid;
	background-color: #e6e6ed;
}

.SubNavigationItemContainer
{
	padding-bottom: 10px;
}

.SubNavigationItem
{
	font-weight: bold;
	font-size: 7pt;
	color: black;
	text-decoration: none;
}

.SubNavigationItem:hover
{
	color: #e09f66;
}

.Body
{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #ffffff;
}

.EditorBody
{
	background-color: white;
}

A
{
	font-size: 9pt;
	color: #6666CF;	
	text-decoration: underline;	
}

.A
{
	font-size: 9pt;
	color: #6666CF;	
	text-decoration: underline;
}

A:hover
{
	color: black;
}

.P
{
	font-size: 9pt;
	color: #666666;
}

.LI
{
	font-size: 9pt;
	color: #666666;
}

.H1
{
	font-weight: bold;
	font-size: 14pt;
	color: #666666;
}

.H2
{
	font-weight: bold;
	font-size: 12pt;
	color: #666666;
}

.H3
{
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
}

.HR
{
	height: 1px;
	color: #2f6514;
}

.ErrorMsg
{
	font-size: 8pt;
	color: red;
}

.Form
{
	border-right: #8282a5 1px solid;
	border-top: #8282a5 1px solid;
	border-left: #8282a5 1px solid;
	border-bottom: #8282a5 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: #9DA2A8;
}

.Form_Body
{
	padding-right: 7px;
	padding-left: 7px;
	font-size: 8pt;
	padding-bottom: 7px;
	color: black;
	padding-top: 7px;
	background-color: #F5F6F6;
}

.Form_Text
{
	font-size: 8pt;
	color: black;
}

.Form_ItemCaption
{
	font-size: 8pt;
	color: black;
	padding-top: 4px;
}

.FinePrint
{
	font-size: 8pt;
	color: darkgray;
	font-family: Arial;
}

.FinePrintLink
{
	font-size: 8pt;
	color: #7698B2;
	font-family: Arial;
}

.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;
}