body
{
	background: #FFFFF;
	font-family: Tahoma;
	font-size: 10pt;
}

table
{
	font-family: Tahoma;
	font-size: 10pt;
}

select
{
	font-family: Tahoma;
	font-size: 10pt;
}

input
{
	font-family: Tahoma;
	font-size: 10pt;
}

A
{
	color: #4e6285;
	text-decoration:none;
}

A:active 
{
	color: #4e6285;
	text-decoration:none;
}
A:visited
{
	color: #4e6285;
	text-decoration:none;	
}

A:hover
{
	color: Orange;
	text-decoration: underline;
}

