A:link, A:active
	{
	text-decoration		:	none;
	color				:	#FF9900;
	background			:	transparent;
	}
A:visited 
	{
	text-decoration		:	none;
	color				:	#FF9900;
	background			:	transparent;
	}		
A:hover
	{
	text-decoration		:	none;
	color				:	#003399;
	background			:	transparent;
	}
P,DIV,SPAN,TH,TD
	{
	font-family 		:	arial,helvetica;
	font-size 			:	14px;
	color 				:	#000000;
	}
BODY
	{
	font-family			:	arial,helvetica;
	font-size			:	12px;
	background-color	:	#DDE2D7;
	}
