.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}

a:link {
	color: #A00026;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #A47642;
}
a:active {
	text-decoration: none;
	color: #A00026;
}