body {
	background-color: #797979;
} 
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;;
	font-weight: normal;
	text-decoration: underline;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
.links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;;
	font-weight: normal;
	text-decoration: underline;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
}
.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
}
.star_main {
	background:url(images/logo_lg_opaque_main.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	}
.content {	
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
	color: #000;
}
.banner_border {
	border-bottom: #FFF;
	border-bottom: thin;
	border-bottom: solid;	
}
.banner_description {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color:#000;
}
.footer {
	background-color:#000;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: #FFF;
	border-bottom: thin;
	border-bottom: solid;
	
}
.comment {
	color: #990000;
}
.commentLink {
	color: #990000;
	text-decoration: underline;
}
.commentLink:hover {
	color: #cc0000;
	text-decoration: underline;
}
.bullet {
	list-style-image: url(/images/check.gif);
}
.highlight {
	color: #603;
	font-weight: bold;
}
.highlight-link {
	color: #603;
	font-weight: bold;
}
.highlight-link:hover {
	color: #666;
	font-weight: bold;
}