.bodyBoldNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #63778c;
	text-decoration: none;
	text-align: left;
}
.bodyBoldNews:hover { 
	font-style:bold; 
	color: #E33632; 
	text-decoration: none;
}
.bodyBoldNews:visited { 
	font-style:bold; 
	color: #a8a8a8; 
	text-decoration: none;
}
.bodyBoldNews:link { 
	font-style:bold; 
	color: #63778c; 
	text-decoration: none;
}
.bodySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.bodySmall:hover {
	color: #E33632;
}
.bodySmall:visited {
	color: #a8a8a8;
}
.bodySmall:link {
	color: #63778c
}
.headingNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #63778c;
	text-decoration: none;
	text-align: left;
}