@charset "UTF-8";
/* CSS Document */

.body_copy {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #474848; 
	line-height: 17px;
	}
	
.body_copy .bold {
	font-weight: bold;
	}
	
.body_copy .subhead {
	font-size: 14px;
	color: #f78f1e;
	font-weight: bold;
	}
	
	
/* Links */
a {
	font-family: "Arial", Verdana, sans-serif;
	font-size: 11px;
	color: #f78f1e;
	text-decoration: underline;
	-moz-outline: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}


/* footer links */

.copyright {
	font-family: "Arial", Verdana, sans-serif;
	font-size: 10px;
	color: #939598;
}

#news_list {
	font-family: "Arial", Verdana, sans-serif;
	font-size: 11px;
	color: #474848; 
	line-height: 14px;
	
	}
	
#news_list a {
	font-family: "Arial", Verdana, sans-serif;
	font-size: 11px;
	color: #474848; 
	line-height: 14px;
	text-decoration:none;
}
