h2 {
	color:#000;
	font:"Times New Roman", Times, serif;
	font-size:1.4em;
	margin:0 0 0.5em;
	}
h3 {
	color:#000;
	font-size:17px;
	letter-spacing:-1px;
	margin:0 0 0.5em;
	}
h4 { /** utilizada apenas para créditos **/
	font-weight:normal;
	font-size:12px;
	}
h5 { /** Título utilizado para eventos **/
	color:#000;
	font-size:14px;
	letter-spacing:-1px;
	margin:0 0 0.5em;
	}
h6 {
	color:#fff;
	font-size:16px;
	letter-spacing:-1px;
	margin:0 0 0.5em;
	}			
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 9px 0;
	color:#000;
	}
span {
     color: #0099CC; /** #125F15 **/
     font: normal 60% Verdana, Helvetica, sans-serif;
     line-height: 100%;
	 }
.credito {
	font-size:12px;
	background:#000;
	color:#fff;
	}
.credito2 {
	font-size:12px;
	background:#000;
	color:#FF0000;
	}		 
.pergunta {
     color:#003366;
	 font-size:12px;
	}	 
.resposta {
     color: #125F15;
	 font-size:12px;
	 }
.esgotado {
	color:#0066CC;
	font-size:12px;
	font-weight:bold;
	}	 
fieldset {
	margin:10px 50px 10px 50px;
	padding:10px;
	}
a {
	color:#FF6600;
	text-decoration:none;
	}
a:hover {
	background:#FF6600;
	color:#fff;
	}			 
body {
	background:#333 url(../imagens/fundo.gif) repeat scroll 0 0;
	font-size:12px;
	margin:0px;
	padding:0px;
	}
	
#geral {
	background:#000;
	width:900px;
	margin: auto;
	margin-top:10px;
	text-align:left;
	}
	
#top {
	background:url(../imagens/menu/bg_top.jpg) #fff no-repeat;
	border-bottom:#fff solid 1px;
	width:900px;
	height:80px;
	float:left;
	}
	
/** ------------------ **/
#menu {
	width:900px;
	height:29px;
	float:left;
	clear:both;
	}
#textmenu {
	background:url(../imagens/menu/bg_menu.jpg) repeat-x;
	width:900px;
	display:table;
	float:left;
	border-bottom:#fff solid 1px;
	}	
#textmenu ul {
	border:0;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
	}
#textmenu ul li {
	display:inline;
	text-align:center;
	padding:0;
	margin:0
	}
#textmenu ul li a {
	background:url(../imagens/menu/bg_menu.jpg) repeat-x;
	color:#fff;
	width:130px;
	height:28px;
	border:0px solid #ccc;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height: 28px;
	float: left;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	font:bold 12px/28px Helvetica;
	}
#textmenu ul li a:hover {
	background:url(../imagens/menu/bg_menu_on.jpg) repeat-x;
	color:#000;
	width:130px;
	height:28px;
	border:0px solid #ccc;
	padding:0;
	margin:0 0 0 0;
	line-height: 28px;
	float: left;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	font:bold 12px/28px Helvetica;
	}
#textmenu a:active {
	background-color:#A42625;
	color:#fff;
	width:130px;
	height:28px;
	border:0px solid #ccc;
	padding:0;
	margin:0 0 0 0;
	line-height: 28px;
	float: left;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	font:bold 12px/28px Helvetica;
	}
/** ------------------ **/
#container {
	background:#fff;
	width:900px;
	float:left;
	clear:both;
	}
	
#left {
	width:392px;
	padding: 4px 4px 4px 4px;
	float:left;
	}

#right {
	width:496px;
	padding: 4px 2px 4px 2px;
	float:right;
	}
	
#publicidade_top_right {
    background:#fff;
    width:492px;
	margin-bottom:5px;	
	float:right;
	}

/* ----------------------------------- AGENDA DE EVENTOS ------------------------------- */
#agenda {
	background:#333 url(../imagens/bg_agenda.gif) repeat scroll 0 0;
	color:#fff;
    width:474px;
	padding: 10px 10px 10px 10px;
	margin-bottom:5px;
	float:right;
    }
#agenda ul{
	border:0;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
    }
#agenda ul li{
    background:transparent none repeat scroll 0 0;
	background:transparent url(../imagens/dots_footer.gif) repeat-x scroll center bottom;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    }	
#agenda ul li a {
	color:#fff;
	width:464px;
	height:20px;
	display:block;
    padding:5px;
	line-height:20px;
    text-decoration:none;
    }
#agenda ul li a:hover {
	background:transparent #000;
	color:#fff;
	display:block;
    padding:5px;
    text-decoration:none;
    }
		
/** ------------------------------- notícia -------------b----------------**/
#noticia {
	background:transparent url(../imagens/dots_footer.gif) repeat-x scroll center bottom;
    width:392px;
	float:left;
    }
/** -------------------------------- materias -----------------------------**/
#materia {
	background:#fff;
    width:880px;
	padding:10px;
	float:left;
    }
#materia_left {
	padding-right:10px;
    width:350px;
	float:left;
    }
#materia_right {
	padding-right:10px;
    width:350px;
	float:left;
    }
		
/** ---------------------------------- eventos --------------------------**/
#evento {
	background:#fff;
    width:880px;
	padding: 10px;
	float:left;
    }
#evento span {
     color: #125F15;
     font: normal 100% Verdana, Helvetica, sans-serif;
     line-height: normal;
	 }
#evento ul {
	border:0;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
	}
#evento #FAQ span{
	display:none;
	}
	
/** ---------------------------------- eventos --------------------------**/
#center a:hover {
        background: #ffffcc;
}

#center a em { 
        color: #333;
        display: block;
        font: normal 95% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#center a span {
        color: #125F15;
        font: normal 80% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}		
/** ---------------------------------- sobre ---------------------------**/	
#sobre {
	background:#fff;
    width:892px;
	padding: 4px 4px 4px 4px;
	float:left;
    }
/** ---------------------------------- roda pé ---------------------------**/		
div#footer {
	margin:1em 2.5em 0 0;
	}
div#footer {
	font-size:1em;
	clear:both;
	}
div#footer p {
	font-size:0.9em;
	margin:0;
	padding:0;
	width:350px;
	}
div#footer p#copyright {
	font-size:10px;
	color:#333333;
	float:right;
	text-align:right;
	}
div.c {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	}
/** ---------------------------------------------------------------------------**/
