.text-a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
a.text-a:visited { 
	color: #FF6600; text-decoration: underline;
}
a.text-a:hover { 
	color: #FF6600; text-decoration: none;
}
a.text-a:link { 
	color: #FF6600; text-decoration: underline;
}
.text-abold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.text-boldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2156CA;
	font-weight: bold;
}
.text-b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
