@charset "utf-8";
/* CSS Document */

body {
	background-color: #705748;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #6C6D3D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6C6D3D;
}
a:hover {
  text-decoration: underline;
  color: #8BA558;
}
a:active {
	text-decoration: none;
	color: #6C6D3D;
}
.logoplace {
	position:absolute;
}
.maintable {
	background-color: #FFFFFF;
	width: 970px;
	position:absolute;
	top: 10px;
	left: 10px;
	text-align: justify;
}
.title-text {
	font-size: 20px
}
.small-text {font-size: 10px}
.bold {
	font-weight: bold;
}.redtext {
	color: #FF0000;
}
.underlined {
text-decoration:underline;
}