a:link
{ 
text-decoration: none; 
font-weight: bold;
}
a:visited
{ 
text-decoration: none; 
font-weight: normal;
}
a:active 
{
text-decoration: none; 
font-weight: normal;
}
a:hover
{
text-decoration: underline; 
}
a.cont:link
{ 
text-decoration: none; 
}
a.cont:visited
{ 
text-decoration: none; 
}
a.cont:active 
{
text-decoration: none; 
}
a.cont:hover
{
text-decoration: underline; 
}

.red12 {
	color:#D02F2F;
	font-size: 12px;
	font-family : Arial;
}

.red10 {
	color:#D02F2F;
	font-size: 10px;
	font-family : Arial;
}

.bg_pic 
{
	background–color: #FFFFFF;
}