@charset "utf-8";
html, body {
	background-image: url(/images/carbonbg.jpg);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
}
.main {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16pt;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
}
.nav {
	color: #A8A8A8;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}
.nav:hover {
	color: #A8A8A8;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
}
.footer {
	color: #A8A8A8;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

