body, td, input, select, textarea {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
}
input, select, textarea {
	width: 250px;
	font-size: 14px;
	padding: 5px;
}
input.submit {
	width: auto;
}
h1 {
	font-family: Georgia, serif;
	font-size: 30px;
	font-weight: lighter;
	color: #277829;
}
h2, table caption {
	font-size: 18px;
	font-weight: lighter;
}
h3 {
	font-size: 14px;
}
h4, table th {
	font-size: 11px;
	color: #444;
}
h4.newsIntro {
	max-width: 350px;
}
h5 {
	font-size: 10px;
	font-style: italic;
	color: #444;
}
h6 {
	margin: 0 0 15px 0;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: left;
	font-weight: lighter;
	font-size: 10px;
	color: #999;
	border-top: 1px solid #CCC;
}
h7 {
	display: block;
	font-size: 10px;
	font-style: italic;
	color: #666;
}
p, h1, h4, h5, h6, h7, table {
	margin: 0 0 10px 0;
}
h2, h3, table caption {
	margin: 20px 0 10px 0;
}
p {
	line-height: 20px;
}
a {
	color: #339E35;
}
a:hover {
	color: #000;
}
a img {
	border: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	clear: both;
}
table td, table th, table caption {
	padding: 5px 20px 5px 0;
	vertical-align: top;
	text-align: left;
}
table td {
	border-bottom: 1px dotted #CCC;
}
table caption {
	border-bottom: 1px solid #999;
}
table.s {
	width: auto;
	clear: none;
}
table.w518 {
	width: 518px;
}
table.c2 td {
	width: 48%;
}
table.s td, table.s th, table.s caption {
	padding: 2px 1% 2px 0;
	font-size: 9px;
}
hr {
	height: 1px;
	margin: 10px 0;
	border: 0;
	color: #CCC;
	background: #CCC;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
}


.red {
	color: #F00;
}
.green {
	color: #0F0;
}
.grey {
	color: #777;
}
.redbox {
	display: block;
	padding: 5px;
	border: 2px solid #F00;
	color: #FFF;
	background-color: #600;
}
.greenbox {
	display: block;
	padding: 5px;
	border: 2px solid #0F0;
	color: #FFF;
	background-color: #060;
}
.box {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #CCC;
	background: #EEE;
}