@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #4e4d4d;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
.textbox {
	width:575px;
	height:360px;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
	background:#ffffff;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.text {
	width:550px;
	text-align:justify;
	position:relative;
	top:-360px;
	color:black;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.maintable {
	background-image: url(../imgs/background2.jpg);
	background-repeat: no-repeat;
	height: 646px;
	width: 1025px;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #85BB43;
	text-align: right;
}
.maintable .navigation a {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
.maintable .navigation a:visited {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.maintable .navigation a:hover {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
}
.maintable .navigation a:active {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
