@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Optima;
	font-size: 10px;
	color: #4b4b4b;
	list-style-type: disc;
}
body {
	background-color: #012150;
}
h1 {
	font-family: Optima;
	font-size: 2em;
	font-weight: bold;
	color: #999999;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #000099;
}
h3 {
	font-family: Optima;
	font-size: 1.6em;
	font-weight: normal;
	color: #FFFFFF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #EAB537;
}
h5 {
	font-family: Optima;
	font-size: 1.8em;
	font-weight: bold;
	color: #E9CE38;
	font-style: italic;
	background-position: top;
}
h6 {
	font-family: Optima;
	font-size: 1.8em;
	font-weight: bold;
	color: #78AAF5;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #4B4B4B;
}
#bodytext {
	width: 700px;
	height: auto;
	margin: auto;
	font-family: Optima;
	font-size: 1em;
	color: #FFFFFF;
	vertical-align: top;
}
#footer {
	width: 700px;
	height: auto;
	font-family: Optima;
	font-size: 1em;
	margin: auto;
}
a:link {
	color: #005FFB;
}
a:visited {
	color: #999999;
}
