body {
	background-color: #FFFFFF;
	margin: 0px;
}
.logoBar {
	background-color: #000000;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 50%;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #003366;
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	background-color: #FFFFFF;
	text-align: center;
	width: 450px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.15em;
	color: #000000;
	text-align: left;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}
.contacts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.15em;
	color: #000000;
	text-align: left;
	padding-left: 25px;
	width: 50%;
}
a:link {
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #8FA6BC;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #99CCFF;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #8FA6BC;
	text-decoration: underline;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #003366;
	background-color: #FFFFFF;
	text-align: left;
	width: 100%;
	padding-top: 10px;
	font-size: 1.25em;
}
