.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #314317;
}

.bodyclass{
	background-color:#e0d0a0;
/*	margin:10px;
	top:10px;*/
}

.bodybold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #314317;
}

.bodybig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #314317;
}

.bodybigbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #314317;
}

.bodysmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #314317;
}

.bodysmallbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #314317;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	font-weight: bold;
}

a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

.creditline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	font-style: italic;
}

A:link {
	color: #336600;
	text-decoration: none;
}

A:active {
	color: #666600;
	text-decoration: underline;
}

A:hover {
	color: #666600;
	text-decoration: underline;
}

A:visited {
	color: #996600;
	text-decoration: none;
}

A:visited:hover {
	color: #FF9900;
	text-decoration: underline;
}

.maintable{
	border:3px solid #899d68;
	background-color:#FFFFFF;
}

