@charset "UTF-8";
/* CSS Document */

body {
	background: #ccc;
	margin: 15px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a img {
	border: none;
}


.footertxt { 
	font-size: 10px;
	margin: 0;
	text-align: left;
	padding: 5px 10px 20px 10px;
}

.top {
	text-align: center;
	margin: 0;
	padding: 0 0 8px 0;
}

.bottom {
	text-align: center;
	margin: 0;
	padding: 8px 85px 0 85px;
}

.link {
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}

.link a {
	color: #0060b3;
	text-decoration: none;
}

.link a:visited {
	color: #0060b3;
	text-decoration: none;
}

.link a:hover {
	color: #0060b3;
	text-decoration: underline;
}