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

body {
	background-image: url(../images/bg.jpg);
	background-position:top;
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #564f33;
}
.textfield {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#FFFFFF;
	border: 1px solid #74682f;
	background-color: #74682f;
}
.dark_text {
	font-family: "Tahoma";
	font-size: 11px;
	line-height: 12px;
	color:#332909;
}
.titles_news {
	font-family: "Tahoma";
	font-size: 18px;
	line-height: 18px;
	color:#666600;
}
