body{
	font-family : Verdana, Helvetica, Arial;
	font-size : 11px;
	font-weight: normal;
	background-color: #000;
	color: #fff;
	margin: 35 0 5 0;
}
td {
	color: #CEE0EA;font-size: 11px;
}

span {
	margin: 0px;
	padding: 0px;	 
}
div#outer{
	width: 100%;
	margin: auto;
	text-align: center;
}
div#wrapper{
	width: 795px;
	margin: auto;
	background-color: #000;
	clear: both;
	text-align: left;
}

div#header{
	margin: 0px;
	padding: 0px;
	height: 128px;
}

div#content{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 200px;
}

div#footer{
	text-align: right;
	width: 795px;
}

.blue{
	color: #61C1FC;
}

.grey{
	color: #4D4D4D;
}

a.footer_links {
	text-decoration: none;
	color: #fff;
}
a.footer_links:VISITED {
	text-decoration: none;
	color: #fff;
}
a.footer_links:HOVER {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	background-color: #61C1FC;
}
a.footer_links:VISITED:hover  {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	background-color: #61C1FC;
}