/* ================================
    CSS STYLES FOR Module [!output PROJECT_NAME]
   ================================
*/
.bTextLink a:link {
	color: #5280a9;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 12px;

}
.bTextLink a:active {
	color: #5280a9;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 12px;

}

 .bTextLink a:hover {
	color: #5280a9;
	text-decoration:underline;
	font-family: Tahoma;
	font-size: 12px;

}
.bTextLink a:visited {
	color: #5280a9;
	font-family: Tahoma;
	font-size: 12px;

}.bText 
{
	color: #5280a9;
	font-family: Tahoma;
	font-size: 12px;
	}
