@charset "utf-8";
/* CSS Document */
.imagem_fundo {
	background-image:url(imagens/background_cinza.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.bg_menu {
	background-image:url(imagens/bg_menu.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
.bg_conteudo {
	background-image:url(imagens/bg_conteudo.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
a:link {
	font-family : Tahoma, Verdana, Arial;
	font-size : 14px;
	color : #000000;
	text-decoration:underline;
}
a:visited {
	font-family : Tahoma, Verdana, Arial;
	font-size : 14px;
	color : #000000;
	text-decoration:underline;
}
a:hover {
	font-family : Tahoma, Verdana, Arial;
	font-size : 14px;
	color : #000000;
	text-decoration:underline;
}
a:active {
	font-family : Tahoma, Verdana, Arial;
	font-size : 14px;
	color : #000000;
	text-decoration:underline;
}
a.submenu:link {
	font-family : Tahoma, Verdana, Arial;
	font-size : 11px;
	color : #000000;
	text-decoration:none;
}
a.submenu:visited {
	font-family :Tahoma, Verdana, Arial;
	font-size : 11px;
	color :#000000;
	text-decoration:none;
}
a.submenu:hover {
	font-family : Tahoma, Verdana, Arial;
	font-size : 11px;
	color : #000000;
	text-decoration:none;
}
a.submenu:active {
	font-family : Tahoma, Verdana, Arial;
	font-size : 11px;
	color : #000000;
	text-decoration:none;
}
a.linkinterno:link {
	font-family : Tahoma, Verdana, Arial;
	font-size : 11px;
	color : #FF9900;
	text-decoration:underline;
}
a.linkinterno:visited {
	font-family : Tahoma, Verdana, Arial;
	font-size : 11px;
	color : #FF9900;
	text-decoration:underline;
}
a.linkinterno:hover {
	font-family : Tahoma, Verdana, Arial;
	font-size : 11px;
	color : #FF9900;
	text-decoration:underline;
}
a.linkinterno:active {
	font-family : Tahoma, Verdana, Arial;
	font-size : 11px;
	color : #FF9900;
	text-decoration:underline;
}
a.fonte_menu:link {
	font-family : Tahoma, Verdana, Arial;
	font-size : 11px;
	color : #000000;
	text-decoration:none;
}
a.fonte_menu:visited {
	font-family : Tahoma, Verdana, Arial;
	font-size : 11px;
	color : #000000;
	text-decoration:none;
}
a.fonte_menu:hover {
	font-family : Tahoma, Verdana, Arial;
	font-size : 11px;
	color : #000000;
	text-decoration:none;
}
a.fonte_menu:active {
	font-family : Tahoma, Verdana, Arial;
	font-size : 11px;
	color : #000000;
	text-decoration:none;
}
.rodape {
	font-family : Tahoma, Verdana, Arial;
	font-size : 8px;
	color : #999999;
}
.texto_padrao {
	font-family :Tahoma, Verdana, Arial;
	font-size : 11px;
	color : #000000;
}
.titulo {
	font-family : Tahoma;
	font-size : 20px;
	color : #000000;
}
.titulo_laranja {
	font-family : Tahoma;
	font-size : 13px;
	color : #FF6600;
}
.titulo_vermelho {
	font-family : Arial;
	font-size : 20px;
	color : #FF0000;
}

/* Começo Drop Down */
#css_dropdown_verticale, #css_dropdown_verticale ul, #css_dropdown_verticale li {
	padding:0;
	margin:0;
}
#css_dropdown_verticale li {
	font-size:10px;
	list-style: none;
	position: relative;
	width:170px;
	/*height: 30px;*/
	padding:0 0px;
	background-color: #fff;
	line-height: 30px;
	cursor:pointer;
}
#css_dropdown_verticale li a {
	font-size:8pt;
	text-decoration:none;
	color: #000;
}
#css_dropdown_verticale li:hover {
	background-color:#dadbdc;
}
#css_dropdown_verticale ul ul {
	position: absolute;
	top:0;
	left:170px;
	visibility:hidden;
}
#css_dropdown_verticale ul li:hover ul {
	visibility:visible;
}
/* Fim Drop Down */