/* CSS Document */


a.orangelink
{
	color:#E68E24;

	font-size:16px;

	text-decoration: none;

	font-family: arial;
	
	font-weight: bold;

}


a.orangelink:hover

{

	color:#8DC030;

	font-size:16px;

	text-decoration: underline;

	font-family: arial;

}


a

{

	color:#8DC030;

	font-size:14px;

	text-decoration: none;

	font-family: arial;

}



a:hover

{

	color:#AAAAAA;

	font-size:14px;

	text-decoration: underline;

	font-family: arial;

}



table

{

	font-family: arial;

	font-size:14px;

}



p

{

	font-family: arial;

	font-size:14px;

}



ul

{

	font-family: arial;

	font-size: 13px;

}

.green
{
	color:#8DC030;
}

.orange
{
	color:#E68E24;
}



