@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

#floatCont{
	position:absolute;
	z-index:500;
	width:800px;
	height:220px;
}

a {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #FFF;
}


a:link {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #FFF;
}


a:hover {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #FFF;

}

.footer {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #898989;
	
}

.footer a {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #898989;

}


.footer a:link {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #898989;
}


.footer a:hover {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #898989;
}

.is a {
	font-family : "Century Gothic";
	font-size : 9px;
	font-weight : normal;
	text-decoration : none;
	color : #6C6C6C;
}


.is a:link {
	font-family : "Century Gothic";
	font-size : 9px;
	font-weight : normal;
	text-decoration : none;
	color : #6C6C6C;
}


.is a:hover {
	font-family : "Century Gothic";
	font-size : 9px;
	font-weight : normal;
	text-decoration : none;
	color : #FFF;
}

.white {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #898989;
	text-decoration: none;
	
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #898989;
	text-decoration: none;	
	padding-top:0px;
	margin-top:0px;
}

.aSel {
	color: #FFF;
	cursor:pointer;
}
	
.grey {
	color: #898989;
}
.formtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	width: 200px;
	padding-left: 5px;
}
