@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #477EBF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1B468C;
	line-height: 22px;
	font-weight: bold;
}

.Cell-Header {
	height: 140px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../SiteImages/Header-Shadow-2.png);
}
.Cell-Content {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
.Cell-Footer {
	background-image: url(../SiteImages/Background-footer-2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.LineHorizontal {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #7DA4D2;
	border-right-color: #7DA4D2;
	border-bottom-color: #7DA4D2;
	border-left-color: #7DA4D2;
}
.LineVertical {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #7DA4D2;
	border-right-color: #7DA4D2;
	border-bottom-color: #7DA4D2;
	border-left-color: #7DA4D2;
}

.SpaceAll {
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}


.SpaceTopBottom {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.SpaceLeftRight {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.TextMediumDark {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #1B468C;
}
.TextMediumDarkBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #1B468C;
	font-weight: bold;
}



.TextMediumWhite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
}
.TextLargeDark {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #1B468C;
}
.TextLargeDarkHighlight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #1B468C;
	font-weight: bold;
}
.TextTitleLargeDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1B468C;
	line-height: 22px;
	font-weight: bold;
}
.TextTitleLLargeDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1B468C;
	line-height: 22px;
	font-weight: bold;
}
.TextTitleLLargeRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #477EBF;
	line-height: 23px;
	font-weight: bold;
}






.TextTitleLargeWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	line-height: 22px;
	font-weight: bold;
}
.TextTitleXLargeDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1B468C;
	line-height: 28px;
	font-weight: bold;
}

a.Footerlink:link    
{
	color: #C1DCFD;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 15px;
	height: 16px;
}
a.Footerlink:visited  {
	color: #C1DCFD;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 15px;
	height: 16px;
}
a.Footerlink:hover    {
	color: #477EBF;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	background-color: #FFF;
	height: 16px;
}
a.Mainlink:link    
{
	color: #C00;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 15px;
	height: 16px;
}
a.Mainlink:visited  {
	color: #C00;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 15px;
	height: 16px;
}
a.Mainlink:hover    {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	height: 16px;
	text-decoration: underline;
}
.DashedBox {
	background-color: #EAF4FB;
	border: 1px dashed #1B468C;
	padding: 5px;
	margin: 10px;
}
