.text {
	font-family: tahoma;
	font-size: 10px;
	color: #757575;
	text-decoration: none;
}
.text_white {

	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.text_green {
	font-family: tahoma;
	font-size: 11px;
	color: #6FCB00;
	text-decoration: none;
}
.text_green_underline {
	font-family: tahoma;
	font-size: 11px;
	color: #6FCB00;
	text-decoration: underline;
}
.text2 {

	font-family: tahoma;
	font-size: 11px;
	color: #757575;
	text-decoration: none;
}
.big_grey {
	font-family: tahoma;
	font-size: 13px;
	color: #4B4B4B;
	text-decoration: none;
}
.big_blue {

	font-family: tahoma;
	font-size: 13px;
	color: #3E9DE2;
	text-decoration: none;
}
.links {
	font-family: tahoma;
	font-size: 11px;
	color: #6FCB00;
	text-decoration: underline;
}
.links:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #3E9DE2;
	text-decoration: underline;
}
.links_no_underline {
	font-family: tahoma;
	font-size: 11px;
	color: #6FCB00;
	text-decoration:none;
}
.links_no_underline:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #3E9DE2;
	text-decoration:none;
}
.text3 {
	font-family: tahoma;
	font-size: 11px;
	color: #106092;
	text-decoration: none;
}

