@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: 08142e;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	vertical-align: top;
	margin: 0px;
}
a:visited {
	color: #99ccff;
	text-decoration: none;
}
a:link {
	color: #99ccff;
	text-decoration: none;
}
a:hover {
	color: #99ccff;
	text-decoration: none;
}
a:active {
	color: #99ccff;
	text-decoration: none;
}
.featurehead {
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
}
.featurebody {
	font-size: 11px;
	line-height: 17px;
}
.names {
	font-weight: bold;
	color: #99ccff;
}
.positions {
	font-style: italic;
	color: #99CCFF;
}
hr {
	color: #ffffFF;
	font-size: 1px;
}
.copyright {
	font-size: 9px;
	color: #3F5E9D;
}
