/* fonte padrão */

body,div,input,select,td,textarea {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	scrollbar-face-color:#E0E0E0;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#E0E0E0;
	scrollbar-highlight-color:#E0E0E0;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-Color:#C0C0C0 }

/*titulo de materias */
.titulo_materia { font-size: 15px; }

/* link materia */

a {
	color: #006699;
	text-decoration: none;
	font-weight: bold; }

a:hover {
	color: #006699;
	text-decoration: underline;
	font-weight: bold; }

/* link menu topo */

.menu_topo {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.menu_topo:hover{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold }


/* link padrão bold */

.padrao_bold {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.padrao_bold:hover{
	color: #666666;
	text-decoration: underline;
	font-weight: bold }

/* link padrão */

.padrao {
	color: #666666;
	text-decoration: none;
	font-weight: normal }

.padrao:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal }

/* link azul home */

.azul_home {
	color: #087594;
	text-decoration: none;
	font-weight: bold }

.azul_home:hover {
	color: #087594;
	text-decoration: underline;
	font-weight: bold }

.azul_home_destaque {
	font-size: 14px;
	color: #087594;
	text-decoration: none;
	font-weight: bold }

.azul_home_destaque:hover {
	font-size: 14px;
	color: #087594;
	text-decoration: underline;
	font-weight: bold }
	
/* link loja home */

.loja_home {
	color: #DE6500;
	text-decoration: none;
	font-weight: bold }

.loja_home:hover {
	color: #DE6500;
	text-decoration: underline;
	font-weight: bold }

/* link biblioteca */

.biblioteca {
	color: #9C9A18;
	text-decoration: none;
	font-weight: bold }

.biblioteca:hover {
	color: #9C9A18;
	text-decoration: underline;
	font-weight: bold }

/* link grupo ibope */

.grupoibope {
	color: #FF7100;
	text-decoration: none;
	font-weight: normal }

.grupoibope:hover {
	color: #FF7100;
	text-decoration: underline;
	font-weight: normal }

/* link grupo ibope bold */

.grupoibope_bold {
	color: #FF7100;
	text-decoration: none;
	font-weight: bold }

.grupoibope_bold:hover {
	color: #FF7100;
	text-decoration: underline;
	font-weight: bold }

/* link loja */

.loja {
	color: #A5A684;
	text-decoration: none;
	font-weight: bold }

.loja:hover {
	color: #A5A684;
	text-decoration: underline;
	font-weight: bold }

/* link balcao */

.balcao_bold {
	color: #295DB5;
	text-decoration: none;
	font-weight: bold }

.balcao_bold:hover {
	color: #295DB5;
	text-decoration: underline;
	font-weight: bold }


/* formulario envio por email */

 .form_email {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif !important;
	font-size: 11px;
	color: 646464;
	text-decoration: none;
	width: 260px }
