@charset "utf-8";
body {
	background-color: #364D15;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.contentoverflow {
	overflow: auto;
	height: 370px;
}
.link a:link {
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
}
.link a:visited {
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
}
.link a:hover {
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
}
.link a:active {
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
}
