@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #F3F2EE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}.newsCell {
	padding-right: 15px;
	padding-left: 15px;
}
.date {
	color: #009933;
	font-size: 9px;
	font-style: italic;
}
a.titles {
	font-weight: bold;
	color: #B90006;
	text-decoration: none;
}
a.titles:hover {
	font-weight: bold;
	color: #009933;
	text-decoration: none;
}
.fields {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #F3F2EE;
	border: none;
}
.button {

	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.border {
	border-top: 2px #F3F2EE;
	border-right: 2px #F3F2EE;
	border-bottom: 2px solid #F3F2EE;
	border-left: 2px #F3F2EE;
}
.green {
	font-size: 14px;
	color: #009933;
	font-weight: bold;
}
.titlesNolink {

	font-weight: bold;
	color: #B90006;
	text-decoration: none;
}
