@charset "ISO-8859-1";
#header {
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #999999;
	font-weight: bolder;
	text-align: center;
	margin-top: 24px;
}
#content {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 18px;
	text-align: justify;
	padding-top: 25px;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #999999;
	text-decoration: none;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bolder;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	font-weight: bolder;
}
h1 {
	font-size: 24px;
	color: #CC3B0A;
	font-weight: bolder;
}
h2 {
	color: #FF6F00;
	font-size: 14px;
	font-weight: bolder;
}
h3 {
	font-size: 14px;
}
#footer {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002239;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 24px;
	font-weight: bold;
}
body {
	background-color: #284C7D;
	padding-top: 25px;
	padding-left: 100px;
}
