/* CSS Document */
/*a.link_footer {

	font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft Sans Serif";

	font-size: 11px;

	font-weight: normal;

	color: #3EBB3E;

	text-decoration: none;

}

a.link_footer:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif, "Microsoft Sans Serif";

	font-size: 11px;

	font-weight: normal;

	color: #76FEC5;

	text-decoration: none;

}*/
a.link_footer{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
a.link_footer:hover{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#00CCFF;
	text-decoration:none;
}
a.orangelink {
	font-family:Tahoma;
	font-size:12px;
	font-weight: bold;
	color: #51DCFF;
	text-decoration:none;
}
a.orangelink:hover {
	font-family:Tahoma;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
/*a.orangelink {
	color: #FCBE09;
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
a.orangelink:hover {
	color: #629507;
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}*/
