@charset "macintosh";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dfdddd;
}

.txt-bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	text-indent: 50px;
	text-transform: uppercase;
	padding-top: 10px;
}

a:link {
	text-decoration:none;
	color: #666666;
}
a:visited {
	color:#999999;
	text-decoration:none
}
a:hover {
	color:#999999;
	text-decoration:none
}
a:focus {
	color:#999999;
	text-decoration:underline
}
