﻿body{
	margin: 0px;
	background-color: #252525;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 10pt;
	padding: 20px;
}

.pageLayout{
	border: 2px Black solid;
	margin-left: auto; 
	margin-right: auto; 
	background-color: #FFFFFF;	
}

.pageHeader 
{
	font-size: 10.5pt;
	border-bottom: 1px black solid;
}

.pageMenu{
	color: white;
	text-align: right;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #97BD3E;
	border-bottom: 1px black solid;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10.5pt;
}

.pageContent{
	padding: 20px;
}

.pageFooter{
	height: 110px;
	color: #6B6B6B;
	text-align: right;
	font-size: 8pt;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	vertical-align: bottom;
}

.section{
	
}

.sectionHeader{
	font-weight: bold;
	color: #1B73D7;
	font-size: 10.5pt;
}

.sectionText{
	text-align: justify;
	padding-bottom: 20px;
}

.sectionSubText
{
	font-size: 8pt;
	text-align: justify;
}

.sectionNotes
{
	color: #737373;
	font-size: 8pt;
	text-align: justify;	
}

.sectionImage{
	padding-left: 20px;
	vertical-align: top;
	text-align: right;
}

.noteStar
{
	color: #25582C;
}

.pageImage{
	border: 1px black solid;
}

.menulink:link
{
	color: white;
	text-decoration: none;
}

.menulink:visited{
	color: white;
	text-decoration: none;
}

.menulink:active{
	color: white;
	text-decoration: none;
}

.menulink:hover{
	color: white;
	text-decoration: underline;
}

.formControls{
	font-size: 10pt;
}

.packageHeader
{
   	color: #CC6600;
    font-weight: bold;
    font-size: 10.5pt;
}

.packageNote
{
	font-size: 8pt;
	color: Gray;
	text-align: justify;
}
.packageItem
{
	padding-bottom: 5px;
	text-align: justify;
}

a
{
	color: #0066CC;
}

a:link
{
	color: #0066CC;
}

a:hover
{
	color: #FF9C00;
}

a:visited
{
	color: #0066CC;
}