body {
	margin: 0px;
	background-color: #A7BEE0;
}
.nav-cell {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #224156;
	border-bottom-color: #224156;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #263B4E;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}
h1 a:link{
	color: #263B4E;
	font-weight: bold;
	text-decoration: none;
}
h1 a:visited{
	color: #263B4E;
	font-weight: bold;
	text-decoration: none;
}
h1 a:hover{
	color: #263B4E;
	font-weight: bold;
	text-decoration: underline;
}
li a:link{
	color: #263B4E;
	text-decoration: none;
}
li a:visited{
	color: #263B4E;
	text-decoration: none;
}
li a:hover{
	color: #263B4E;
	text-decoration: underline;
}
.text-main a:link{
	color: #263B4E;
	text-decoration: underline;
}
.text-main a:visited{
	color: #263B4E;
	text-decoration: underline;
}
.text-main a:hover{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.footer-cell {
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #1B364B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #224156
}
.text-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #224156
}
.text-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #224156;
	padding-left: 10px;
}
.mainTable {
	background-color: #FFFFFF;
	border: thin solid #8A87A2;
}


