body,td,th {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #161616;
	background-image: url("../images/bg_page.jpg");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.copy {
	line-height: 18px;
}
.copyred {
	line-height: 18px;
	color: #FF0000;
}
.yellowlink:link {
	color: #EDDC1A;
	text-decoration: none;
}
.yellowlink:visited {
	text-decoration: none;
	color: #EDDC1A;
}
.yellowlink:hover {
	text-decoration: underline;
	color: #EDDC1A;
}
.yellowlink:active {
	text-decoration: underline;
	color: #EDDC1A;
}