/* CSS Document */
* {margin: 0px; padding: 0px;}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 780px;
	background: url(imagens/fundo_tema.gif) repeat-y;
	
}
	
#cabecalho {
	width: 780px;
	height: 108px;
	background: url(imagens/logo_tema.gif) no-repeat;
}

#cabecalho_en {
	width: 780px;
	height: 108px;
	background: url(imagens/logo_tema_en.gif) no-repeat;
}
#cabecalho h1{
	display: none;
}
#cabecalho_en h1{
	display: none;
}
#menu {
	font-size:10px;
	margin-left: 0px;
	width: 150px;
	float: left;
	margin-top: 50px;
	}
	
#menu ul {
	list-style: none;
	border-bottom: 1px solid #F3F3F3;
	}
	
#menu ul li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background: #FFF;
	border-top: 1px solid #F3F3F3;
}

#menu li a {
	color: #000;
	text-decoration: none;
}

#menu li a:hover {
	color: #319ACE;
	text-decoration: none;
}

#conteudo {
	margin-left: 165px;
	width: 600px;
	color: white;
}

#conteudo h2 {
	margin: 20px 10px 10px 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant:small-caps;
	font-weight:normal;
}

#conteudo h3 {
	margin: 6px 10px 2px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#conteudo h4 {
	margin: 6px 10px 2px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#conteudo p {
	margin: 4px 10px 2px 10px;
	text-indent: 15px;
	text-align: justify;
}

#conteudo ul { margin: 5px 10px 20px 10px;}

#conteudo li {
	list-style: square inside;
	margin: 4px 10px 2px 20px;

	}
#conteudo a {
	color: #98CDE7;
	text-decoration: none;
	}
	
#conteudo a:hover {
	color: #DDEEF7;
	text-decoration: none;
	background: #333;
	}
#conteudo div.quote {
	margin: 10px 40px 20px 40px;
	font-size: 11px;
	color:#CCC;
	}	
#conteudo table {
	width: 100%;
	border: 0px;
	}
	
#conteudo td {
	background: #333333;
	margin: 2px;
	padding: 2px;
	text-align: center;
}
#conteudo th {
	background: #111;
	font-weight: normal;
	margin: 2px;
	padding: 2px;
	text-align: center;
}

#conteudo table.limpa	{
	width: 450px;
	margin-left: 20px;
}

#conteudo table.limpa	td{
	background: none;
	vertical-align: text-top;
}

#conteudo table.limpa	th{
	background: none;
}

#conteudo div.txttexto p{
	margin-bottom: 10px; 
}
#conteudo ol.itens  {}
#conteudo ol.itens li {
	list-style: outside lower-alpha;
	margin-left: 80px;
	margin-bottom: 10px;
}
li.tit {
	list-style: inside upper-roman!important;
	padding: 10px 0 5px 0;
	font-size: 12px;
	border-bottom: 1px solid #999}
