@charset "utf-8";
/* CSS Document */

body {
	background-color: #121212;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
}
a:link {
	text-decoration: none;
	color: #CC6600;

}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
}
p {
	line-height: 14pt;
}
