@charset "UTF-8";
/* CSS Document */

a {
	color:#FFF;
}

a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#FC0;
}

.footer {
	width:850px;
	margin-bottom:30px;
	margin-top:40px;
	padding-top:10px;
	color:#999;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	border-top-style:dotted;
	border-top-width:3px;
	border-top-color:#CCC;
}

.form {
	width:850px;
	margin-top:30px;
	margin-bottom:15px;
	color:#999;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	
}