body
{
	font-size: 9pt;
	margin: 0px;
	color: black;
	font-family: Arial;
	background-color: gainsboro;
}

.CompanyName
{
	padding-right: 10px;
	font-weight: bold;
	font-size: 18pt;
	color: #2f4972;
	font-style: normal;
	font-family: Arial;
}

.Slogan
{
	padding-right: 10px;
	font-weight: bold;
	font-size: 10pt;
	color: #2f4972;
	font-style: italic;
	font-family: Arial;
}

.SearchBox
{
	padding-left: 10px;
	font-size: 8pt;
	color: #263a45;
	font-weight: bold;
}

.SearchBox_INPUT
{
	font-family: Arial;
	font-size: 8pt;
}

.NavigationItemContainer
{
	padding-right: 10px;
	padding-left: 10px;
}

.NavigationItem
{
	font-weight: bold;
	font-size: 10pt;
	color: #27d7cb;
	font-family: Verdana,Arial;
	text-decoration: none;
}

.PageTitle
{
	padding-left: 9px;
	font-weight: bold;
	font-size: 11pt;
	color: #15315b;
	padding-top: 10px;
	font-family: Arial;
}

.SubNavigationContainer
{
	padding-right: 26px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.SubNavigationItemContainer
{
	padding-bottom: 10px;
}

.SubNavigationItem
{
	font-weight: bold;
	font-size: 8pt;
	color: #2f4972;
	font-family: Verdana,Arial;
	text-decoration: none;	
}

.Body
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 9pt;
	padding-bottom: 15px;
	color: black;
	padding-top: 15px;
	font-family: Arial;
	background-color: white;
}

.EditorBody
{
	background-color: white;
}

A
{
	font-size: 9pt;
	color: blue;
	text-decoration: none;
}

.A
{
	font-size: 9pt;
	color: blue;	
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

.P
{
	font-size: 9pt;
	color: black;
}

.LI
{
	font-size: 9pt;
	color: black;
}

.H1
{
	font-weight: bold;
	font-size: 14pt;
	color: #2C4670;
}

.H2
{
	font-weight: bold;
	font-size: 12pt;
	color: #2C4670;
}

.H3
{
	font-weight: bold;
	font-size: 10pt;
	color: #2C4670;
}

.HR
{
	height: 2px;
	color: #E2E4E4;
}

.ErrorMsg
{
	font-size: 8pt;
	color: red;
}

.Form
{
	border-right: #2c4670 1px solid;
	border-top: #2c4670 1px solid;
	border-left: #2c4670 1px solid;
	border-bottom: #2c4670 1px solid;
}

.Form_Title
{
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 1px;
	color: white;
	padding-top: 1px;
	background-color: #528690;
}

.Form_Body
{
	padding-right: 7px;
	padding-left: 7px;
	font-size: 8pt;
	padding-bottom: 7px;
	color: black;
	padding-top: 7px;
	background-color: #cce9e6;
}

.Form_Text
{
	font-size: 8pt;
	color: #2C4670;
}

.Form_ItemCaption
{
	font-size: 8pt;
	color: #2C4670;
	padding-top: 4px;
}

.FinePrint
{
	font-size: 8pt;
	color: darkgray;
	font-family: Arial;
	background-color: white;
}

.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: #black;
	padding-top: 0px;
}