@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size:11px;
}
.texto_preto {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size:12px;
	color: #464646;
}
.texto_cinza {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size:11px;
	color: #616161;
}
.texto_creditos {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size:10px;
	color: #BABABA;
}
.texto_laranja {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size:14px;
	color: #E18F00;
	font-weight: bold;
}
.loading {
	background-image:url(../img/load.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.credts {
	font-family:Tahoma, "Trebuchet MS", Verdana;
	font-size: 10px;
	color:#CFCFCF
}
.bordas {
	border: 2px solid #CCCCCC;
}
A.link_verde:link {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #234A36;
	font-weight: normal;
	text-decoration: none;
}
A.link_verde:visited {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #234A36;
	font-weight: normal;
	text-decoration: none;
}
A.link_verde:hover {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #234A36;
	font-weight: normal;
	text-decoration: underline;
}
A.link_verde:active {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #234A36;
	font-weight: normal;
	text-decoration: none;
}
A.link_cred:link {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #B6B6B6;
	font-weight: normal;
	text-decoration: none;
}
A.link_cred:visited {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #B6B6B6;
	font-weight: normal;
	text-decoration: none;
}
A.link_cred:hover {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #B6B6B6;
	font-weight: normal;
	text-decoration: underline;
}
A.link_cred:active {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #B6B6B6;
	font-weight: normal;
	text-decoration: none;
}
