@charset "UTF-8";
a:link {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	font-weight: bolder;
	font-style: normal;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bolder;
}
a:hover {
	text-decoration: underline;
	color: #3399FF;
	font-style: normal;
	font-weight: bolder;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bolder;
}
#LOGO {
	float: left;
	height: 250px;
	width: 610px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#wrapper #tabs {
	padding: 3px;
	clear: both;
	float: left;
	height: 500px;
	width: 606px;
}
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 2px;
	text-indent: 3px;
	text-transform: none;
	background-repeat: no-repeat;
	background-color: #333333;
}
.bold {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
#wrapper #information {
	padding: 3px;
	float: left;
	height: 250px;
	width: 300px;
}
.bigtext {
	font-size: 24px;
	font-style: italic;
	line-height: 30px;
}
