/* Estilo do site - Desenvolvido por IM2 - www.im2.com.br */

body,html {
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #274A74;
scrollbar-dark-shadow-color: #274A74;
scrollbar-3dlight-color:#274A74;
scrollbar-face-color:#A7CFE9;
scrollbar-highlight-color: #A6CEEF;
scrollbar-shadow-color: #274A74;
scrollbar-darkshadow-color: #274A74;
}

html {
	height: 100%;
}

body {
	margin-top: 0px;
    margin-bottom: 20px;
	margin-left: 0px;
    margin-right: 0px;
	height: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E3757;
	background: #A7CFE9;
}
td {
	color: #1E3757;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited {
	font-weight: bold;
	color: #497292;

}
a:hover {
	font-weight: bold;
	color: #0093DD;

}
a.links_rodape:link, a.links_rodape:visited {
	color:#277881;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.links_rodape:hover {
	color: #1E3757;
	text-decoration: underline;

}
.rodape_texto_copyright {
	font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color            : #000000;
	font-size        : 12px;
	font-weight      : bold;
	text-align: right;
}

a.rodape_texto_copyright:link, a.rodape_texto_copyright:visited {
	font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color            : #003399;
	font-size        : 12px;
	font-weight      : bold;
	text-align: right;
	text-decoration: none;
}

a.rodape_texto_copyright:hover {
	font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color            : #1E3757;
	font-size        : 12px;
	font-weight      : bold;
	text-align: right;
	text-decoration: underline;
}

.inputbox {
	border: 1px solid #274A74;

}

.button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #274A74;
	border: none;

}
.fundo_titulo {
	font-size: 24px;
	font-weight: bold;
	color: #336699;
	padding-left: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/fundo_titulo.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 450px;
}
.titulo {
	font-size: 24px;
	font-weight: bold;
	color: #2A6276;
	padding-left: 70px;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titulo_principal {
	font-size: 32px;
	font-weight: bold;
	color: #336699;
	padding-left: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/linha_titulo.gif);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
.titulo_principal2 {
	font-size: 24px;
	font-weight: bold;
	color: #336699;
	padding-left: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/linha_titulo.gif);
	background-repeat: no-repeat;
	background-position: 0px 25px;
}

.subtitulo1 {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	padding-left: 10px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/linha_subtitulo1.gif);
	background-repeat: no-repeat;
	background-position: 0px 17px;
}
a.link_subtitulo {
	text-decoration: none;

}

a.menu_painel {
	font-size: 14px;
	padding-left: 10px;
	display: block;
	line-height: 30px;
	margin-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
	border-right: 6px solid #1B3149;
	background: #274A74;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	voice-family:inherit;
	width: 100%;
}
a.menu_painel:visited {
	font-size: 14px;
	padding-left: 10px;
	display: block;
	line-height: 30px;
	margin-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	voice-family:inherit;
}
a.menu_painel:hover, a.menu_painel#active_menu {
	background: #5895C4;
	text-decoration: none;
	voice-family:inherit;
	color: #FFFF00;
	border-right: 6px solid #FFFF00;
}