﻿body {
}
.pageHeader
{
	font-size: 12pt;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	background-color: #d7e8fc;
	border-right: #b8d6ee 1px solid;
	border-top: #b8d6ee 1px solid;
	border-left: #b8d6ee 1px solid;
	border-bottom: #b8d6ee 1px solid;
	text-align: center;
}
.pageTitle
{
	font-size: 14pt;
	color: #0069AB;
	font-family: Arial;
	font-weight: bold;
}
.pageSubtitle
{
	font-size: 12pt;
	color: #3e588b;
	font-family: Arial;
	font-weight: bold;
}
.paraTitle
{
	font-size: 11pt;
	color: #3e588b;
	font-family: Arial;
	font-weight: bold;
}
.paraSubtitle
{
	font-size: 10pt;
	color: #3e588b;
	font-family: Arial;
	font-weight: bold;
}
.boxTitle
{
	font-size: 13pt;
	color: #3e588b;
	font-family: Arial;
	font-weight: bold;
}
.boxSubtitle
{
	font-size: 10pt;
	color: #3e588b;
	font-family: Arial;
	font-weight: bold;
}
.normalText
{
	font-size: 08pt;
	color: #555555;
	font-family: Verdana, Arial;
}
.boldedText
{
	font-size: 8pt;
	color: #555555;
	font-family: Verdana, Arial;
	font-weight: bold;
}
.highlightedText
{
	font-size: 10pt;
	color: #3e588b;
	font-family: Verdana, Arial;
	font-weight: bold;
}
.linkcolor
{
	color: #3e588b;
}
a:hover
{
	color: #0066ff;
}
.borderedSkyCell
{
	background-color: #d7e8fc;
	border-right: #b8d6ee 1px solid;
	border-top: #b8d6ee 1px solid;
	border-left: #b8d6ee 1px solid;
	border-bottom: #b8d6ee 1px solid;
}
.skyCell
{
	background-color: #d7e8fc;
}
.borderedCell
{
	border-right: #b8d6ee 1px solid;
	border-top: #b8d6ee 1px solid;
	border-left: #b8d6ee 1px solid;
	border-bottom: #b8d6ee 1px solid;
}
.blueCell
{
		background-color: #0069ab;
}
.whiteTextBlueCell
{
	background-color: #0069ab;
	font-family: arial;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
}
.darkBorderedCell
{
	border-right: #aad0e7 1px solid;
	border-top: #aad0e7 1px solid;
	border-left: #aad0e7 1px solid;
	border-bottom: #aad0e7 1px solid;
	background-color: #ffffff;
}
.darkCell
{
	background-color: #d7e8fc;
}
.lightBorderedCell
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
}
