@charset "utf-8";
body {
	background-image: url(../imagens/fundo.jpg);
	margin: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #103F59;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #103F59;
	line-height: normal;
}



a.LinkBranco:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.LinkBranco:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.LinkBranco:hover {
	color: #8BB4C5;
	text-decoration: underline;
}
a.LinkBranco:active {
	text-decoration: none;
	color: #D75600;
}
a.LinkCinza:link {
	color: #666666;
	text-decoration: none;
}a.LinkCinza:visited {
	color: #999999;
	text-decoration: none;
}
a.LinkCinza:hover {
	color: #103F59;
	text-decoration: none;
	font-weight: bold;
}
a.LinkCinza:active {
	text-decoration: none;
	color: #11405A;
}
a.LinkAzul:link {
	color: #103F59;
	text-decoration: underline;
	font-weight: bold;
}a.LinkAzul:visited {
	color: #0A2534;
	text-decoration: underline;
	font-weight: bold;
}
a.LinkAzul:hover {
	color: #D75600;
	text-decoration: underline;
	font-weight: bold;
}
a.LinkAzul:active {
	text-decoration: underline;
	color: #CC0000;
	font-weight: bold;
}
.texto_rodape {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #FFF;
}
.texto_botao {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(../images/botao.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 29px;
	width: 149px;
}
.texto_form {
	font-size: 9px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	border: 1px solid #CCCCCC;
}
.texto_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
}

.texto_laranja {
	color: #D75600;
	font-size: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
