.texts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
}

a.texts:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #262626;
	text-decoration: none;
}

.texts2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5F0922;
	text-decoration: none;
}

a.texts2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #310612;
	text-decoration: none;
}

.texts3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #919191;
	text-decoration: none;
}

a.texts3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.backg1 {
	background-image: url(img/backg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.backg2 {
	background-repeat: repeat-x;
	background-color: #ECEDE7;

}

.backg3 {
	background-image: url(img/backg3.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

