body {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #023A69;
}
.title {font-family: Arial; color: #CF1141; font-size: 26px; font-weight: 200;}

.subtitle {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	border-bottom-color: #023A69;
	border-bottom-width: 1px;
	font-weight: bold;
	background-color: #023A69;
	text-indent: 2pt;
}
.item {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #023A69;
	text-indent: 2pt;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 75px;
}
p {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #023A69;
}
a:link {  font-weight: bold; text-decoration: none; color: #023A69;}
a:visited {  font-weight: bold; text-decoration: none; color: #023A69;}
a:hover {  font-weight: bold; color: #CF1141; text-decoration: none;}


