body {
	color: #C8C8C8;
	font-size: 12px;
	font-family: arial;
	line-height: 14px;
	background-color: #000000;
	margin: 0;
	cursor: default;
}
td, table {
	color: #C8C8C8;
	font-size: 12px;
	font-family: arial;
	line-height: 14px
}
a:link {
font-weight: bold;
	color: #C8C8C8;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
font-weight: bold;
	color: #C8C8C8;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
font-weight: bold;
	color: #B5752A;
	text-decoration: underline;
	cursor: pointer;
}
a:active {
	color: #C8C8C8;
	text-decoration: none;
	cursor: pointer;
}

