body {
	background-color: #003366;
	background-image: url('../images/backgrounds/background.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, sans-serif;
	font-size:12px;
	margin: 35px;
}
h1 {
	margin: 0px 20px 0px 20px;
	color:#ffffff;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal
}
h2 {
	margin: 5px 0px 0px 10px;
	color:#003366;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold
}
h3 {
	margin: 0px 0px 0px 10px;
	color:#000000;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal
}
h4 {
	margin: 0px 25px 0px 20px;
	color:#333333;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal
}
h5 {
	margin: 60px 0px 20px 0px;
	color:#4D4D4D;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal
}
.reminder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E6DFC0;
	font-style: normal;
}
a.reminder:link {
	text-decoration: none;
	color: #003366;
}
a.reminder:visited {
	text-decoration: none;
	color: #003366;
}
a.reminder:hover {
	text-decoration: none;
	color: #999966;
}
