#wrapper
{
	position: relative;
	width: 800px;
	/* height: 800px; */
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

body
{
	text-align: center;
	font-family: geneva,tahoma,verdana,sans-serif;
	color: #101010;
	font-size: 10pt;
	background-color: #e6d3b5;
	background-image: url('../images/gradient.jpg');
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 150%;
}

a:link
{
	color: #418a17;
	text-decoration: underline;
}

a:visited
{
	color: #418a17;
	text-decoration: underline;
}

a:hover
{
	color: #418a17;
	text-decoration: none;
}

a:active
{
	color: #101010;
	text-decoration: underline;
}

.valueboxes
{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	width: 195px;
	text-decoration: none;
	font-weight: none;
	background-color: #e6d3b5;
}

#newsbox
{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	width: 200px;
	text-decoration: none;
	font-weight: none;
	background-color: #ffffff;
}

#maintextbox
{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	width: 435px;
	background-color: #transparent;
	line-height: 180%;
}

#ftpformbox
{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	width: 600px;
	background-color: #transparent;
	line-height: 180%;
}

.copyfont
{
	font-size: 9px;
	text-align: center;
}

.biggreenfont
{
	font-size: 18px;
	font-family: Georgia, Times New Roman,Serif;
	color: #418a17;
}

.bigblackfont
{
	font-size: 19px;
	font-family: Georgia, Times New Roman,Serif;
	color: #000000;
	font-weight: none;
	line-height: 150%;
}

.greenfont { color: #418a17; }
.italic { font-style: italic; }

.ftptableheader
{
	background-color: #418a17;
	color: #ffffff;
	font-weight: none;
}

.ftptableborder
{
	background-color: #c7b899;
	border-top: 1px dashed #776e4d;
	border-bottom: 1px dashed #776e4d;
	border-left: 1px dashed #776e4d;
	border-right: 1px dashed #776e4d;
}

.ftptableborderbottom
{
	border-bottom: 1px dashed #776e4d;
	padding-left: 15px;
}

.ftptableborderbottomright
{
	border-bottom: 1px dashed #776e4d;
	padding-left: 15px;
	text-align: right;

}

.rocket-red { background-color: #ff3334; }
.solar-yellow { background-color: #f9ed1f; }
.fireball-fuchisa { background-color: #e12b78; }
.orbit-orange { background-color: #f85f1c; }
.lunar-blue { background-color: #40BFE2; }
.re-entry-red { background-color: #cc0011; }
.terrestrial-teal { background-color: #128775; }
.gemini-green { background-color: #14a41e; }
.terra-green { background-color: #98cd01; }






