@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #675E4D;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #675E4D;
	background-image: url(../images/background.jpg);
}
.topbanner {
	width: 800px;
}
.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.footer {
	background-image: url(../images/footer.gif);
	height: 121px;
	width: 800px;
}
.content {
	width: 800px;
	text-align: justify;
	background-color: #FFFFFF;
}
.forms {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #675E4D;
}

.title {
	font-size: 13px;
	font-weight: bold;
}
.imgRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #716C59;
}
.smText {
	font-size: 10px;
	text-align: left;
}
.picBorder {
	border: 1px solid #605C31;
	margin-right: 10px;
	margin-bottom: 10px;
}
