@charset "utf-8";
/* CSS Document */
body, form, h1, h2, h3, h4, h5, h6, p, ul, li {
margin: 0;
padding: 0;
}
body, td, th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
	letter-spacing: .25em;
	line-height: 150%;
}
body {
	background-color: #FFFFFF;
}
#container {
	text-align:center;
	margin: 0;
}
#content {
	width:850px;
	margin:0 auto;
}
#header {
	width: 850px;
	margin-top: 125px;
	margin-bottom: 25px;
}
.small {
	font-size: 95%;
	line-height: 300%;
}

#footer {
	width: 850px;
	font-size: 65%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 100px;
	margin-top: 100px;
	line-height: 125%;
	letter-spacing: .25em;
}
a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
