@charset "utf-8";
body {
	background-image: url(Images/Background4.png);
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	text-align: center;
	font-weight: bold;
}
.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}


.BodyTable {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #ADB8CE;
	margin-top: 15px;
	background-color: #F0F2F6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C8CEDE;
	border-bottom-color: #C8CEDE;
	border-left-color: #C8CEDE;
	margin-right: 14px;
	margin-left: 7px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.BodyCellContent {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



.SideBarTable {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #ADB8CE;
	margin-top: 15px;
	background-color: #F0F2F6;
	margin-right: 7px;
	margin-left: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C8CEDE;
	border-bottom-color: #C8CEDE;
	border-left-color: #C8CEDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.SideBarCellContent {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.SideBarCellContent a {
	color: #000000;
}
.SideBarCellContent a:hover {
	text-decoration: none;
}



.LinkBar {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #395264;
	background-image: url(Images/LinkBar.png);
}
.LinkBar a {
	color: #FFFFFF;
	text-decoration: none;
}
.LinkBar  a:hover  {
	background-repeat: no-repeat;
	background-position: center;
	font-variant: small-caps;
}


.LinkBarDividers {
	border-right-width: thin;
	border-right-style: inset;
	border-right-color: #C8CEDE;
}
.BottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.BottomLinks a {
	color: #000000;
}
.BottomLinks a:hover {
	text-decoration: none;
}

.Credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #567A94;
}
