@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 24px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;	
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.formatd {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
