/* ***  FLAGS ***  */

.linkPageFlag a			{}
.linkPageFlag a:hover	{text-decoration: none;}
.linkPageFlag a:link		{text-decoration: none}
.linkPageFlag a:visited	{text-decoration: none}
.linkPageFlag a:active	{text-decoration: none}

/* ***  fine FLAGS ***  */

.linkPage a			{color:#dd0b18; font-weight:bold;}
.linkPage a:hover	{text-decoration: none; font-weight:bold;}
.linkPage a:link		{text-decoration: none; font-weight:bold;}
.linkPage a:visited	{text-decoration: none; font-weight:bold;}
.linkPage a:active	{text-decoration: none; font-weight:bold;}


.linkNewsTitle a			{color:#302f2f; font-size:12px;}
.linkNewsTitle a:hover	{text-decoration: none; color:#302f2f;}
.linkNewsTitle a:link	{text-decoration: none; color:#302f2f;}
.linkNewsTitle a:visited	{text-decoration: none; color:#302f2f;}
.linkNewsTitle a:active	{text-decoration: none; color:#302f2f;}

.linkNewsText a			{color:#dd0b18; font-size:12px;}
.linkNewsText a:hover	{text-decoration: none; color:#dd0b18;}
.linkNewsText a:link		{text-decoration: none; color:#dd0b18;}
.linkNewsText a:visited	{text-decoration: none; color:#dd0b18;}
.linkNewsText a:active	{text-decoration: none; color:#dd0b18;}


.F12px_gray{
	font-size:12px;
	color:#aaa;
}
.F12px_black_def{
	font-size:12px; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
}

.F12px_black{
	font-family:"Candara", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#302f2f;
}


.F12px_red{
	font-family:"Candara", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#dd0b18;
}

.F14px_red_b{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#dd0b18;
}

.F16px_gray_b{
	font-size:16px;
	font-weight:bold;
	color:#696969;
}


.F18px_dark{
	font-size:18px;
	color:#3a3030;
}


