@charset "UTF-8";
/* CSS Document */
body {
	background-color:#ededef;
}
a{color:#999;
text-decoration:none;
border:none;}
a img{
	border:none;
	padding: 10px;
}
.center {
	height: auto;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.7em;
	color: #999;
	text-align: center;
}
.1000center {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	height: auto;
}

