@charset "UTF-8";
body {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	text-align: center;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	width: 395px;
	padding-bottom: 10px;
	clear: right;
}
#link_container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 40px;
}
img {
	margin: 0px;
	padding: 0px;
}

.links a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/misc/clear_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 97px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}

.links a:hover {
	
	text-decoration: underline;

}
a { outline: none; }

