.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #434343;
}
.txt2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC3300;
}
.txt_line {
	font-family: Tahoma;
	font-size: 11px;
	color: #434343;
	text-decoration: underline;
}
a.link_none:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #434343;
	text-decoration: none;
}
a.link_none {
	font-family: Tahoma;
	color: #434343;
	text-decoration: none;
}
a.link_none_green:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #009b00;
	text-decoration: none;
}
a.link_none_green {
	font-family: Tahoma;
	color: #009b00;
	text-decoration: none;
}
.txt_white {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
a.link_white:hover {
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}
a.link_white {
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}