@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.clearer { height: 0; line-height: 0px; clear: both; }

a {
	color:#FF3333;
	text-decoration:none

}
a:hover {
	color:#660000;
	text-decoration:none;
}

#bottomMenu a {
	color:#999999;
	text-decoration:none

}
#bottomMenu a:hover {
	color:#660000;
	text-decoration:none;
}

#footer a {
	color:#999999;
	text-decoration:none

}
#footer a:hover {
	color:#660000;
	text-decoration:none;
}

#flashcontent {
		width: 900px;
		height: 680px;
	}
	
p {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #999999;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer p {
	line-height: 10px;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 0px;
}
#bottomMenu p {
	line-height: 10px;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 0px;
}

/*  ---------------------------------------------------------------------------
	=form
------------------------------------------------------------------------------- */

.formBlock { float: left; width: 175px; padding: 0 12px 0 12px; }
.formRow, .formRow label { display: block; }
.formRow label { margin: 3px 0; color: #999999; font-size: 11px; }
.submit { margin-top: 5px; }
