a.hoover {
	text-decoration: none;
}

.text_white {
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
}

.text_white a:hover{
	color:#ffffff;
	text-decoration: none;
}

.text_white a:link{
	color:#ec6e00;
	text-decoration: none;
}

.text_white a:visited{
	color:#ec6e00;
	text-decoration: none;
}

.text_orange {
	font-size: 17px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	color:#ec6e00;
	text-decoration: none;
}

.text_orange a:hover{
	color:#ec6e00;
	text-decoration: underline;
}

.text_orange a:link{
	color:#ec6e00;
	text-decoration: underline;
}

.text_orange a:visited{
	color:#ec6e00;
	text-decoration: none;
}


.text_black {
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}

.text_black a:hover{
	color:#000000;
	text-decoration: none;
}

.text_black a:link{
	color:#000000;
	text-decoration: none;
}

.text_black a:visited{
	color:#000000;
	text-decoration: none;
}

