@charset "UTF-8";
/* CSS Document */


body {
	background-color: #000032;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66CCFF;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
}
.bolds {
	color: #FF9900;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFF99;
	line-height: 18px;
	text-align: justify;
}
div.content {
	width:505px;
	height: 276px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFCC;
	text-align: justify;
	overflow-x: hidden;
	overflow-y: auto;
}

