body {
	
	background-color: #3300CC;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #3302CC;
	text-transform: uppercase;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DA2310;
	border-bottom-color: #DA2310;
	width: 785px;
	text-align:left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-transform: lowercase;
	color: #DA2310;
	text-align: right;
	width: 785px;
	line-height: 1px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	color: #003399;
	font-weight: normal;
}

.hdthree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	color: #003399;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #3302CC;
}


a {
	text-decoration: underline;
	color: #3302CC;
}


/* CONTENT */
#content {
	padding: 10pt;
	background-color:white;
	width:798px;
	margin: 500px auto 0 auto;
}

/* Footer */

.footer {
	padding: 10pt;
	background-color:white;
	width:798px;
	margin: 0 auto 0 auto;
	text-align:center;
}

.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #3302CC;
}


.footer a {
	text-decoration: none;
	color: #3302CC;
}


.footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}