
td.on
	{
		background:     	#FFE050;
		background-image: url('images/button.jpg');
		font-size:			9.5pt;
		font-weight:		bold;
		color:				#5838C0;
		text-decoration:	none;

	}
td.off
	{
		background-image: url('images/button.jpg');
		font-size:			9.5pt;
		font-weight:		bold;
		color:				#FFE050;
		text-decoration:	none;

	}

A.nav, A.nav:link
	{
		font-size:				10pt;
		color:					#FFE050;
		text-decoration:		none;
	}

A.nav:active
	{	font-weight:			normal;
		font-size:				10pt;
		color:					#FFE050;
		text-decoration:		none;
	}

A.nav:visited
	{	font-weight:			normal;
		font-size:				10pt;
		color:					#FFE050;
		text-decoration:		none;
	}

A.nav:hover
	{
		font-size:				10pt;
		color:					#5838C0;
		text-decoration:		none;
	}
