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


body {
	background:#222;
	color:#CCC;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
}

body a:link {
	color: #E08614;
	text-decoration: underline;
}
body a:visited {
	color: #E08614;
	text-decoration: underline;
}
body a:hover {
	color: #E08614;
	text-decoration: none;
}
body a:active {
	color: #E08614;
	text-decoration: none;
}




.footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}



