@charset "utf-8";
/* CSS Document */
.news_item { /* outer box for a news item */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 10px 5px;
	border: 2px solid #CFCFCF; 
	margin-bottom: 5px;
}
/* alternate the background colors to distinguish items */
.evn_row { background-color: #e8e8e8; }
.odd_row { background-color: #ffffff; }
.news_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
}
.news_headline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.news_date { /* this should be a span inside the headline */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.news_body {
	padding: 0px 15px;
}
.news_headline, .news_body { margin: 0 0 10px 0; }
.news_body a, li a {
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	font-weight: bold;
}
.news_body a:hover, li a:hover { text-decoration: none; }
.instruction_illustration { float: right; border: 5px solid #CCC; }