.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #3A413A;
}
.text-button {
	font-family: Tahoma;
	font-size: 9px;
	color: #9E0B0E;
	text-decoration: none;
}
.text-button:hover {
	font-family: Tahoma;
	font-size: 9px;
	color: #9E0B0E;
	text-decoration: underline;
}
.text-news {

	font-family: Tahoma;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
.text-menu {
	font-family: Tahoma;
	font-size: 10px;
	color: #3A413A;
	text-decoration: none;

}
.text-menu:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #CC0000;
	text-decoration: underline;

}
.text-head {
	font-family: Arial;
	font-size: 16px;
	color: #3A413A;
	font-weight: bold;
	letter-spacing: -1px;


}
.input-button {
	font-family: Tahoma;
	font-size: 9px;
	color: #9E0B0E;
	text-decoration: none;
	cursor:hand;
	background-color:#F8F5E6;
	border:0px;
}