BODY
{
	margin: 0px;
	color: black;
	font-family: Arial;
	background-color: White;
}

.Date
{
	position: absolute;
	width: 250px;
	left: 515px;
	top: 5px;
	font-size: 9pt;
	color: lightgrey;
	padding-right: 15px;
	text-align: right;
}

.SiteContainer
{
	width: 780px;
	height: 100%;
}

.SiteContainer .FillCell
{
	background-image: url(Images/Background.png);
	height: 100%;
	background-repeat: repeat-x;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;	
}

.Navigation
{
	width: 170px;
	float: left;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.NavigationItem
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: #4c004b;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-top: 8px;
}

.NavigationItem a
{
	color: White;
}

.SubNavigationItem
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	background-color: #EFE4EF;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.PageName
{
	margin-top: 13px;
	font-weight: bold;
	font-size: 20pt;
	color: black;
	font-family: 'Times New Roman';
	text-align: center;
}

.Body
{
	line-height: 15pt;
}

.SubNavigationItem a
{
	color: Black;
}

.EditorBody
{
	background-color: white;	
}

A
{
	font-size: 9pt;
	color: mediumblue;
	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: #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: gainsboro;
	font-family: Arial;
	padding-bottom: 6px;
	padding-top: 6px;
	background-color: #4c004b;
	text-align: center;
}

.FinePrint br
{
	font-size: 0px;
}

.FinePrint a
{
	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;
}