.FormButton
{
	font-family			: Tahoma;
	font-size			: 11px;
	font-weight			: bold;
	color				: #000000;
	background-color	: FFFFFF;
	border				: 1px solid #999999;
}

.FormField
{
	font-family			: Arial;
	font-size			: 11px;
	font-weight			: bold;
	color				: #000000;
	background-color	: FFFFFF;
	border				: 1px solid #999999;
	
}

.TextGeneral 
{
	font-family			: Arial;
	font-size			: 12px;
	color				: #333333;
	text-decoration		: none;
}



td#header a:visited
{
	font-family			: Arial;
	font-size			: 12px;
	font-weight			: bold;
	color				: #be0403;
	padding-left		: 10px;
	text-decoration		: none;
}

td#header a:hover 
{
	font-family			: Arial;
	font-size			: 12px;
	color				: #be0403;
	text-decoration		: none;
}

td#header a:active 
{
	font-family			: Arial;
	font-size			: 12px;
	color				: #be0403;
	text-decoration		: none;
}

td#header a:link
{
	font-family			: Arial;
	font-size			: 12px;
	font-weight			: bold;
	color				: #be0403;
	padding-left		: 10px;
	text-decoration		: none;
}

td#sidelink a:visited
{
	font-family			: Arial;
	font-size			: 12px;
	color				: #808000;
	text-decoration		: none;
}

td#sidelink a:hover 
{
	font-family			: Arial;
	font-size			: 12px;
	color				: #808000;
	text-decoration		: none;
}

td#sidelink a:active 
{
	font-family			: Arial;
	font-size			: 12px;
	color				: #808000;
	text-decoration		: none;
}

td#sidelink a:link
{
	font-family			: Arial;
	font-size			: 12px;
	color				: #808000;
	text-decoration		: none;
}


a:visited 
{
	font-family			: Arial;
	font-size			: 11px;
	color				: #be0403;
	text-decoration		: none;
}

a:hover 
{
	font-family			: Arial;
	font-size			: 11px;
	color				: #333333;
	text-decoration		: underline;
}

a:active 
{
	font-family			: Arial;
	font-size			: 11px;
	color				: #333333;
	text-decoration		: none;
}

a:link 
{
	font-family			: Arial;
	font-size			: 11px;
	color				: #333333;
	text-decoration		: none;
}