@charset "utf-8";
Body {
	background-image: url(img/bg.jpg);
	background-repeat:  repeat-x;
}
.tahoma13 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3a2f1b;
	text-decoration: none;
}
.tahoma11 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3a2f1b;
	text-decoration: none;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3a2f1b;
	text-decoration: none;
	line-height: 16px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #763c07;
	text-decoration: none;
	padding-left: 20px;
	font-style: italic;
}
.title2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #763c07;
	text-decoration: none;
	font-style: italic;
}

.footer {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3a2f1b;
	text-decoration: none;
}
.footer:Link {
	color: #3a2f1b;
	text-decoration: none;
}
.footer:Hover {
	color: #3a2f1b;
	text-decoration: underline;
}
.click {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #763c07;
	text-decoration: none;
}
.click:Link {
	color: #763c07;
	text-decoration: none;
}
.click:Hover {
	color: #3a2f1b;
	text-decoration: none;
}


a {

	outline:none;

}