@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h1 {
	font-size: 28px;
	color: #666;
}
a:link {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #666;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #09F;
	background-color: #000;
	font-weight: normal;
}
.footer {
	font-size: 11px;
	color: #666;
}
#content {
	width:90%;
	z-index:1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 40px;
}
.left_margin {   /*added 1/20/2010 by mdl*/
	padding-left: 48px;
}

