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

body {
	margin: 0;
	background-color: #F5EFEC;
}
.Headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #555;
}
.read_it {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	color: #4B7D39;
	text-decoration: underline;
	text-align: right;
}
.subheadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 38px;
	font-weight: bold;
	font-variant: normal;
	color: #555;
}
.News_Headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #4B7D26;
	text-decoration: underline;
}
.bodycopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #555555;
}
.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #666;
}
a:link {
	color: #4B7D26;
}
a:visited {
	color: #4B7D26;
}
a:hover {
	color: #80BD4C;
}
