a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}
body {
	background-color: #000000;
	background-image: url(images/design/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 13px;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
}
.gray {
	font-size: 12px;
	font-style: italic;
	color: #999999;
}
