@charset "UTF-8";
/* CSS Document */

body {
	background-color:#C59C6B;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
}

.whiteText {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

.blueText {
	font-size: 12px;
	color: #013473;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #ED1C24;
}

a:visited {
	text-decoration: none;
	color: #ED1C24;
}

a:hover {
	text-decoration: none;
	color: #ED1C24;
}

a:active {
	text-decoration: none;
	color: #ED1C24;
}

h3 {
	font-style: italic;
	font-size: 16px;
}

.copyright {
	font-size: 10px;
}

