@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
	overflow-x:hidden;
}
body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
body, td, th {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
a:active {
	color: #F30;
	text-decoration: none;
}
.footer {
	font-size: 11px;
}
.newsHeader {
	font-weight:bold;
	color:#C30;
	border-bottom: 1px dashed;
}
.readMore, .readMore a, .readMore a:visited, .readMore a:link {
	text-decoration:none;
	color:#069;
	font-size: 11px;
	border-bottom: 1px dashed;
}
.mainCopy, td {
	line-height: 150%;
	font-size: 13px;
}
.rightHeadline {
	font-size: 18px;
}
.rightsidelink {
	text-decoration:none;
	color: #03C;
	font-size: 12px;
	border-bottom: 1px dashed;
}
.req {
	color: #F00;
}
.photo_outline {
	padding: 4px;
	border: 1px #999 solid;
}
.photo_lt_spacing {
	margin: 3px 20px 15px 0;
}
.srevicelist {
	list-style-image:url(images/list_star2.png);
}