.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.text:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.textblack {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.boldred {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #EC1A34;
	text-decoration: none;
}
.boldred:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #EC1A34;
	text-decoration: underline;
}
.readmore {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #EC1A34;
	text-decoration: none;
}
.readmore:hover {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #EC1A34;
	text-decoration: underline;
}.footer {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
