﻿body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #1B3743;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
}
hr {
	border: 1px solid #231D17;
	width: 99%;
}
.a a {
	color: #ffffff;
}
.a {
	font-size: 6pt;
	color: #ffffff;
}
.a_center {
	font-size: 8pt;
	text-align: center;
}
.links {
	color: #ffffff;
	text-align: center;
}
.shadow {
	-moz-box-shadow: 0px 0px 20px 0px #565656;
	-webkit-box-shadow: 0px 0px 20px 0px #565656;
	box-shadow: 0px 0px 20px 0px #565656;
	behavior: url(css/ie-css3.htc);
}
/* Page Divs */
#wrapper {
	width: 1000px;
	background-color: #ffffff;
	margin: 0 auto 10px;
	box-shadow: 0px 0px 20px 0px #ffffff;
	behavior: url(css/ie-css3.htc);
}
#headH1 {
	height: 20px;
}
#header {
	width: 1000px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	text-align: left;
}
#content {
	width: 100%;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	overflow: hidden;
}
.tableText td {
	font-family: calibri, arial, helvetica, sans serif;
	font-size: 12pt;
	color: #1B3743;
	text-align: justify;
	padding-left: 10px;
}
.heading {
	background-color: #1B3743;
	font-size: 14pt;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
}
.spacer {
	background-color: #1B3743;
	line-height: 10px;
	padding: 0px !important;
	border-left: 40px solid #ffffff;
	border-right: 40px solid #ffffff;
}
#contentFooter {
	width: 100%;
	text-align: center;
}
#contentFooter img {
	padding: 10px 20px;
}
#footer {
	width: 960px;
	margin: 20px auto 10px;
	padding: 20px;
	overflow: hidden;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 20px 0px #565656;
	-webkit-box-shadow: 0px 0px 20px 0px #565656;
	box-shadow: 0px 0px 20px 0px #565656;
	behavior: url(css/ie-css3.htc);
}
#links {
	color: #ffffff;
	height: 20px;
	padding: 0px;
	margin: 0 auto;
	width: 350px;
}
#links p {
	line-height: 20px;
}
/*-- End Page Divs --*/
