.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;

}
.copyblue {
	color: #1E79BF;
	font-weight: bold;
}
body {
	background-color: #201D19;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #EEAF30;
}
a:active {
	color: #EEAF30;
}

.copywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
}

.noshow {
	display:none;
}