.Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.redtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #be373f;
	font-style: normal;
	font-weight: bold;
}
.small_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}
.biotext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
}

a.boxlink    { color : #ffffff; text-decoration: none;
	font-size: 14px;
	background-color: #ce001e;
	padding: 3px 6px;
}
a.boxlink:visited { color : #ffffff; text-decoration: none;
	font-size: 14px;
	background-color: #ce001e;
	padding: 3px 6px;
}
a.boxlink:hover   { color : #ce001e; text-decoration: none;
	font-size: 14px;
	background-color: #ffffff;
	padding: 3px 6px;
	border: 1px solid #ce001e;
}
a.boxlink:active  { color : #ffffff; text-decoration: none;
	font-size: 14px;
	background-color: #ce001e;
	padding: 3px 6px;
}
