/**
*
* text styles
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

b
{
	font-weight:bold;
}



font.blu
{
	color:#0860A8;
}



font.blu_b
{
	color:#0860A8;
	font-weight:bold;
}



a.blu, a.blu:active, a.blu:visited 
{
	color:#0860A8;
	text-decoration:none;
}

a.blu:hover
{
	color:#0860A8;
}

a.blu_b, a.blu_b:active, a.blu_b:visited 
{
	color:#0860A8;
	font-weight:bold;
	text-decoration:none;
}

a.blu_b:hover
{
	color:#0860A8;
}

