@charset "UTF-8";
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	color: #666;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
.footer {
	font-size: 9px;
	color: #666;
	position: fixed;
	right: 5px;
	bottom: 5px;
}
#Content {
	top:0px;
	z-index:1;
	width: 70%;
	margin-top: 0px;
	margin-right: 15%;
	margin-bottom: 0px;
	margin-left: 15%;
	text-align: left;
	height: 700px;
	vertical-align: top;
}