a
{
	text-decoration: none;
	color: #DF1111;
}

a:hover
{
	text-decoration: underline;
	color: #DF1111;
}
a.menu
{
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	font-size:13px;
}

a.menu:hover
{
	text-decoration: underline;
	color: #00FCFF;
	font-weight:bold;
	font-size:13px;
}

body
{
	font-family:Trebuchet MS, Arial, Bitstream Vera Sans;
	font-size: 11px;
	font-style: normal;
	margin: 0px;
}

input
{
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 10px;
}

INPUT[type="radio"]
{
	border:0px;
}

textarea
{
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 10px;
}

select
{
	font-family: Arial;
	font-size: 10px;
}

a.menu_link
{
	font-size: 12px; 
	font-weight:bold;
	font-style: normal;
	color:#ffffff;
	text-decoration:none;
}
a.menu_link:hover
{
	font-size: 12px; 
	font-weight:bold;
	font-style: normal;
	color:#ffffff;
	text-decoration:underline;
}
a.footer
{
	font-size: 10px; 
	font-weight:bold;
	font-style: normal;
	color:#000000;
	text-decoration:none;
}
a.footer:hover
{
	font-size: 10px; 
	font-weight:bold;
	font-style: normal;
	color:#000000;
	text-decoration:underline;
}

