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

body {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF
}

#header {
	background-color: #000;
	padding-left: 17px;
	padding-bottom: 2px;
	font-size: 14px;
	font-size: 14px;
}

#title {
	background-color: #000;
}

#spacer {
	background-color: #FFF;
	height: 4px;
}

#body {
	background-color: #FFF;
}

#footer {
	background-color: #000;
	font-size: 10px;
	color: #FFF;
}

a.footer { color: #FFF; text-decoration: none; }
a.footer:hover { color: #CCC; text-decoration: underline; }
a.footer:visited { color: #FFF; text-decoration: none; }
a.footer:link { color: #FFF; text-decoration: underline; }

.copyright {
	color: #000;
	font-size: 10px;
}
