@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

#subheader {
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

#nav a {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	margin: 0px 0px 10px 0px;
	font-size: 14pt;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

#footer {
	text-align: center;
	color: #CCCCCC;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

#footer #address {
	text-align: left;
	font-size: 8pt;
}

#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}