/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #151515;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: justify;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: justify;
}
a:link {
	font-weight: bold;
	color: #CCCCCC;
}
a:visited {
	font-weight: bold;
	color: #CCCCCC;
}
a:active {
	font-weight: bold;
	color: #CCCCCC;
}
a:hover {
	font-weight: bold;
	color: #CCCCCC;
}
.designCredit {
	font-size: 9px;
	text-align: right;

}
