body
{
	margin: 0px;
	background-color: #82a5b3;
	text-align: center;
}

.Container
{
	width: 980px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

.HeadContainer
{
	vertical-align: top;
	height: 75px;
	background-color: #ceffff;
}

.HeadTitle
{
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: White;
	vertical-align: top;
}

.HeadTitle sup
{
	font-size: 10px;
	vertical-align: top;
}

.HeadTagline
{
	font-family: Times New Roman;
	font-size: 14px;
	font-style: italic;
	color: White;
	text-align: right;
	vertical-align: bottom;
}

.MenuItems
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	height: 30px;
	color: White;
	background-color: 91b3b3;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

.MenuItems a
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	color: White;
}

.MenuItems TD
{
	border: outset 1px White;
	padding: 0px;
}

.RightSideMenuItems
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: White;
	background-color: 91b3b3;
	border: outset 1px black;
	/*border-top: solid 1px black;
	border-bottom: solid 1px black;*/
}

.RightSideMenuItems a
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	color: White;
}

.RightSideMenuItems TD
{
	border: outset 1px White;
	padding: 0px;
	height: 30px;
}


.MainContainer
{
	height: 100%;
	vertical-align: top;
	background-color: #377CB1;
	padding: 0px;
}

.MainSubTable
{
	width: 95%;
	font-family: Arial,Tahoma;
	font-size: 9pt;
}

.MainSubTable TD
{
	width: 50%;
}

.ContentContainer
{
	background-color: White;
	border-collapse: collapse;
	/*margin: 10px;*/
	padding: 0px;
	border: 0px;
	font-family: Arial;Tahoma;
	font-size: 9pt;
}

.ContentContainer TD
{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.MainCaption
{
	font-family: Arial;
	font-size: 8pt;
	font-style: italic;
}

.MainHeadline
{
	font-family: Arial,Tahoma;
	font-family: 10pt;
	font-weight: bold;
	color: #cc3333;
}

.Divider
{
	margin: 1px;
	border: dotted 1px #6666ff;
	width: 95%;
}

.RightSideBar
{
	width: 200px;
	vertical-align: top;
}

.LeftSideBar
{
	width: 130px;
	vertical-align: top;
}

.LeftSideBarTitle
{
	color: White;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
	align: center;
	background-color: White;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 30px;
	background-color: 91b3b3;
	border-top: solid 1px black;
	border-bottom: solid 1px black;

}

.LeftSideBarItems
{
	color: White;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
}

.RightSideBarHead
{
	font-family: Arial,Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: White;
	text-align: center;
}

.FormItems TD
{
	font-family: Arial,Tahoma;
	font-size: 8pt;
	color: White;
}

.Footer
{
	text-align: right;
	font-family: Arial, Tahoma;
	font-size: 8pt;
}