/*
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
*/
td {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

p {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

p.red {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	font-weight:bold;
}

a.red {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	font-weight:none;
	text-decoration:none;
}

a.red:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration:underline;
	font-weight:none;
}
