/* CSS Document */

body {
	background-color: #e5e5e5;
}

body.popup {
	background-image: url(../../images/newsbody.jpg);
	background-repeat: mo-repeat;
	background-color: #e4ca97;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#news {
	margin-bottom: 15px;
}

#newsmodule {
	width: 185px;
	height: 340px;
	background-color: #e5e5e5;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #004400;
	text-decoration: none;
	text-align: left;
}

div#readmore a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #004400;
	text-decoration: none;
	margin-bottom: 10px;
	float: right;
	font-weight: normal;
}

div#readmore a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #004400;
	text-decoration: none;
	margin-bottom: 10px;
	float: right;
	font-weight: bold;
}

#readmore {
	width: 100%;
	text-align: right;
	float: right;
	margin-top: -10px;
}

p {
	text-align: left;
	font-size: 12px;
}

h1.news {
	font-size: 16px;
	font-style: italic;
	color: #666666;
	margin-bottom: 10px;
}

span.date {
	font-size: 10px;
	font-style: normal;
	color: #666666;
	margin-bottom: 2px;
}

a.news {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

a:hover.news {
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

#newsbody {
	margin-left: 50px;
	margin-top: 50px;
	width: 380px;
	height: 280px;
	overflow: auto;
}
