body,td,p{
	font-family: Arial;
	font-size: 14px;
}
.heading{	font-family: Arial;
	color: #FF6600;
	font-size: 20px;
	font-weight: bold;
}
a.green {	font-family: Arial;
	color: #006600;
	text-decoration: underline;
	font-weight: none;
}
a.green:hover {	font-family: Arial;
	color: #006600;
	text-decoration: none;
	font-weight: none;
}
A.white {	font-family: Arial;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: none;
}
a.white:hover {	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: none;
}
a.red {	font-family: Arial;
	color: #CC0000;;
	text-decoration: underline;
}
a.red:hover {	font-family: Arial;
	color: #CC0000;
	text-decoration: none;
}
a.orange {	font-family: Arial;
	color: #FF6600;;
	text-decoration: underline;
	font-weight: bold;
}
a.orange:hover {	font-family: Arial;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a.gray {	font-family: Arial;
	color: #CCCCCC;;
	text-decoration: underline;
	font-weight: bold;
}
a.gray:hover {	font-family: Arial;
	color: #CCCCCC;
	text-decoration: none;	
	font-weight: bold;
}
a.black {	font-family: Arial;
	color: #000000;
	text-decoration: underline;
}
a.black:hover {
	font-family: Arial;
	color: #000000;
	text-decoration: none;
}