@charset "UTF-8";
/* CSS Document */

.textblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 100;
}
a.textblack:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.textblack:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.textblack:hover {
	color: #FC6E09;
	text-decoration: none;
}
a.textblack:active {
	color: #FFFFFF;
	text-decoration: none;
}

