body
{
	font-size: 10pt;
	margin: 0px;
	font-family: Arial;
	background-color: lightgrey;
}

.Background
{
	background-color: #2E6DA2;
}

.TopBar
{
	background-image: url(Blue/TopBar.jpg);
	width: 100%;
	height: 28px;
}

.NavigationLeft
{
	background-color: #2889DD;
}

.NavigationBackground
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #6fa0d0;
}

.NavigationBorder
{
	background-color: White;
}

.NavigationBullet
{
	background-image: url(Blue/NavigationBullet.jpg);
	width: 7px;
	background-repeat: no-repeat;
	height: 7px;
}

.NavigationItemContainer
{
	padding-bottom: 2px;
	padding-top: 2px;
}

.NavigationItem
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}

.NavigationItem:hover
{
	color: #FFBA00;
}

.SubNavigationItem
{
	padding-left: 5px;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}

.SubNavigationItem:hover
{
	color: #FFBA00;
}

.Body
{
	padding-right: 20px;
	padding-left: 23px;
	padding-bottom: 10px;
	padding-top: 20px;
}

.EditorBody
{
	background-color: #2E6DA2;
}

.CompanyName
{
	padding-left: 23px;
	font-weight: bold;
	font-size: 18pt;
	color: white;
	padding-top: 5px;
}

.Slogan
{
	padding-left: 23px;
	font-weight: bold;
	font-size: 12pt;
	color: #ffba00;
}

.Logo
{
	background-image: url(../../CanvasWork/RenderLogo.aspx?background=Designs/CanvasDesign_03/Blue/LogoBackground.jpg&xpos=5&ypos=5&width=84&height=48);
	width: 94px;
	height: 58px;
}




A
{
	color: #FFCC00;
	text-decoration: underline;
	font-size: 9pt;
}

.P
{
	font-size: 9pt;
	color: white;
}

.LI
{
	font-size: 9pt;
	color: white;
}

.H1
{
	font-weight: bold;
	font-size: 12pt;
	color: #FFCC00;
}

.H2
{
	font-weight: bold;
	font-size: 11pt;
	color: #FFCC00;
}

.H3
{
	font-weight: bold;
	font-size: 10pt;
	color: #FFCC00;
}

.HR
{
	height: 1px;
	color: #6191B8;
}

.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: white;
	padding-top: 1px;
	background-color: navy;
}

.Form_Body
{
	padding-right: 7px;
	padding-left: 7px;
	font-size: 8pt;
	padding-bottom: 7px;
	color: black;
	padding-top: 7px;
	background-color: whitesmoke;
}

.Form_Text
{
	font-size: 9pt;
	color: black;
}

.Form_ItemCaption
{
	font-size: 9pt;
	color: black;
	padding-top: 4px;
}

.FinePrint
{
	font-size: 8pt;
	color: darkgray;
	font-family: Arial;
}

.FinePrintLink
{
	font-size: 8pt;
	color: #d3d3d3;
	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: white;
      padding-top: 2px;
      border-bottom: white 1px dotted;
      background-color: #609FD4;
}

.FloatingWindow .Body
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10pt;
	padding-bottom: 1px;
	color: #ffffff;
	padding-top: 0px;
}