.input {
	background-color: #E3E1E1;
}
.text_main {
	font-size: 12px; 
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}
.text_main a{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
.text_main a:hover{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
.text_menu {
	font-size: 12px; 
	font-family: Arial;
	font-weight: normal;
	color: #6A6969;
}
.text_menu a{
	text-decoration: underline;
	color: #6A6969;
	font-weight: bold;
}
.text_menu a:hover{
	text-decoration: underline;
	color: #6A6969;
	font-weight: bold;
}
.text_main_big {
	font-size: 14px; 
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}
.text_white {
	font-size: 12px; 
	font-family: Arial;
	font-weight: normal;
	color: #ffffff;
}
.text_white a{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
.text_white a:hover{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
.text_red {
	font-size: 12px; 
	font-family: Arial;
	font-weight: normal;
	color: #ff0000;
}
.text_main_big_red {
	font-size: 14px; 
	font-family: Arial;
	font-weight: normal;
	color: #ff0000;
}