a:link {
	color: <%=i_links%>;
	text-decoration: none;
	color: #FF0;
}
a:visited {
	color: <%=i_links%>;
	text-decoration: none;
	color: #FF0;
}
a:hover {
	color: <%=i_links%>;
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	color: <%=i_links%>;
	text-decoration: none;
	color: #FF0;
}
.Fonte_Titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.Fonte_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0;
}
.Fonte_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.Fonte_03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FF0;
}
.Fonte_pequena {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0;
}

