/* CSS Document */
/* -------------------------------------------------------------------------------
	Stylesheet for news releases (links should be underlined).
   -------------------------------------------------------------------------------
*/

#news_container {
	padding: 0px;
	display: block;
	margin: 0px 0px 10px 0px;
	float: left;
	width: 638px;
}

#news_container a:link {
	text-decoration: none;
}
#news_container a:visited {
	text-decoration: none;
}
#news_container a:hover {
	text-decoration: underline;
}
#news_container a:active {
	text-decoration: none;
}

#print-email a:link {
	text-decoration:none;
}
	
#print-email a:visited {
	text-decoration:none;
	}
	
#print-email a:hover {
	text-decoration:none;
	}

