/* CSS Document */

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9D9D9D;
	font-size:11px;
	color:#000000;
	font-family:tahoma;
	font-weight:normal;
}

.texto
{
font-family:tahoma;
font-size:11px;
color:#000000;
font-weight:normal;
}
.style1 {
	color: #9D9D9D;
	font-size: 12px;
}
.cinza{
	font-family: "Myriad Pro";
	font-style: italic;
	font-size: 18px;
	color: #9D9D9D;
}
.Vermelho{
font-family:"Myriad Pro";
font-size:18px;
color: #EF3030;
font-style:italic;
}
.font-Branca-grande {
	font-family: "Myriad Pro";
	font-style: italic;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.font-Branca {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 12px;
}
.font_link_painel
 {
	color: #312F39;
	font-family: tahoma;
	font-size: 11px;
}
.texto-painel {   font-family:tahoma;
   font-size:9px;
   color: #000000;
}

/*<-------------- links -------------------*/
a {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
}
a:link {
	text-decoration: none;
	font-weight:normal;

}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight:normal;

}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight:normal;

}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight:normal;

}

a.Linkbranco {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight:normal;

}
a.Linkbranco:link {
	text-decoration: none;
	font-weight:normal;

}
a.Linkbranco:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;

}
a.Linkbranco:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight:normal;

}
a.Linkbranco:active {
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;

}