body {
	color: #673618;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.content {
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 905px;
	padding: 0px;
}
.contenttop {
	background-image: url(/img/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bottomimg {
	margin-left: 104px;
}
.bottombg {
	background-image: url(/img/bottom2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 130px;
	width: 905px;
}
.leftcol{
padding: 15px 25px 15px 30px;
}
.contenttext{
padding: 15px 80px 15px 0px;
height: 487px;
}
.hleft{
text-align: left;
}

td, p, span, font{
color: #673618;
font: 10pt Verdana, Tahoma, Arial;
}

img.mini{
float:left;
margin: 0px 8px 8px 0px;
border: 4px solid #F7D6A3;
}

div.text{
clear: both;
margin-bottom: 12px;
text-align: justify;
}

.title, h1, h2, h3, h4, h5, h6{
color: #9F1F13;
font: 11pt Verdana, Tahoma, Arial;
font-weight: bold;
padding:0px;
margin: 0px 0px 6px 0px;
}

A:link, A:visited{ color: #9F1F13; text-decoration: underline; }
A:hover, A:active{ color: #9F1F13; text-decoration: none; }

.textlittle, .textdate{
font: 8pt Verdana, Tahoma, Arial;
}
.cboth{
clear: both;
}