@charset "utf-8";
body {
	background-color: #FFC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	color: #333;
	line-height: 20px;
	text-align: justify;
}
.textoCabecalho {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
	color: #333;
	line-height: 20px;
}
.textoPrincipal {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	color: #333;
	text-align: center;
}
.textoPrincipal a {
	color: #666;
	text-decoration: none;
}
.textoLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #333;
	
}
a.textoLink:hover {
	text-decoration: underline;
	color: #333;
}
.textoMenu {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	color: #FFF;
}
a.textoMenu:hover {
	text-decoration:underline;
	color: #FC0;
}
.rodape {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-style: normal;
	line-height: 11pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #666666;
	
}
a.rodape:hover {
	text-decoration: underline;
	color: #666666;
}
.menuVertical {
	width: 12em;
	padding: 0;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: x-small;
}
ul.menuVertical {
list-style: none;
margin: 0;
padding: 0;
}
li.menuVertical {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C90;
}
li.menuVertical a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	font-weight:bold;
	background-color: #FC6;
	color: #808000;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #995703;
}
li.menuVertical a:hover {
	background-color: #FFDA8C;
	color: #5E5E00;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #BC6903;
}
.menuVerticalAtivo {
	background-color: #FFDA8C;
	color: #5E5E00;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #BC6903;
}
.divConteudo {
    overflow: auto; 
    height: 400px;
    width: auto;
	padding-right:10px;
	/* display:none; */
}
.tdConteudo {
	/* background-image:url(../imagens/fundo_empresa.jpg); */
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}