.BLANK {
	margin: 50px;
}
.BOTTOM_IMAGE {
	width: 760px;
	height: 30px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	margin: auto;
}
.COPYRIGHT {
	display: compact;
	width: 760px;
	height: 72px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A7A7A7;
	margin: auto;
	margin-top: 10px;
}
.COPYRIGHT a {
	text-decoration: none;
	background-image: none;	
}
.COPYRIGHT a:hover {
	color: #0668A9;
	text-decoration: underline;	
}