@charset "utf-8";
body {
    font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	background:#CCC;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
/*  Inicio Classe Titulo  ###########################################################################*/
#titulo{
    width:1000px;
	height:105px;	
	background-color:#FFF;
	background-image:url(../imagens/titulo.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
}

#titulo div{
	padding:0px 5px 0px 0px;
}
/*  Fim Classe Titulo  ###############################################################################*/

/*  Inicio Classe Conteúdo  ##########################################################################*/
#conteudo{
    width:1000px;
	background-color:#FFF;	
}

#conteudo div{
	padding:0px 0px 0px 0px;
}

#conteudo #divisao{
	background-image:url(../imagens/divisao.png);
	background-repeat:no-repeat;
}
#conteudo #divisao2{
	background-image:url(../imagens/divisao3.png);
	background-repeat:no-repeat;
	height:33px;
	width:100%;
}

#conteudo #borda {
	border-left:#CCC 1px solid;
	border-top:#CCC 3px solid;
}
/*  Fim Classe Conteúdo  ############################################################################*/

/*  Inicio Classe Rodapé  ###########################################################################*/
#rodape{
    width:1000px;
	height:130px;
	color:#FFF;
	background-image:url(../imagens/rodape.png);
	background-repeat:repeat-x;
}

#rodape .espaco {
	padding:10px 20px 0 20px;
}

#rodape div .esp{
	height:3px;
}

a.rodape:link, a.rodape:active, a.rodape:visited {	
	color: #FFF;
	text-decoration: none;
}

a.rodape:hover {
	text-decoration:underline;
}
/*  Fim Classe Rodapé  ##############################################################################*/

/*  Inicio Classe Menú  ###########################################################################*/
#rodape2{
    width:690px;
	height:30px;
	color:#FFF;
	background-image:url(../imagens/rodape.png);
	background-repeat:repeat-x;
}

#menu {
	width:100%;
}

#menu div{
	padding:0px 0px 0px 5px;
}

#menu div .esp{
	height:3px;
}

a.menu:link, a.menu:active, a.menu:visited {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	position: static;
	padding:2px 0px 2px 8px;
	border-left:#F4C00B 4px solid;	
	display: block;
}

a.menu:hover {
	border-color:#900;
}

#menu2 {
	width:100%;
}

#menu2 div{
	padding:0px 0px 0px 5px;
}

#menu2 div .esp{
	height:3px;
}

a.menu2:link, a.menu2:active, a.menu2:visited {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	position: static;
	padding:2px 0px 2px 8px;
	border-left:#F4C00B 4px solid;
	border-bottom:#CCC dashed 1px;
	display: block;
}

a.menu2:hover {
	border-color:#666;
	background-color:#CCC;
	padding:2px 0px 2px 8px;
	color:#FFF;
}



/*  Fim Classe Menú  ##############################################################################*/

/*  Inicio Classe Linha  ###########################################################################*/
.linha {
	height:20px;
	background-image:url(../imagens/divisao2.png);
	background-repeat:no-repeat;
	background-position:left;
}
.linha2 {
	height:20px;
	background-image:url(../imagens/divisao4.png);
	background-repeat:no-repeat;
	background-position:right;
}
/*  Fim Classe Linha  ##############################################################################*/

/*  Inicio Classe Topico  ##########################################################################*/
#topico {
	width:100%;
}

#topico div{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom:#FC0 2px solid;
	padding:5px 3px 0px 10px;
	width:85%;
}
/*  Fim Classe Topico  #############################################################################*/
.topicos {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.sub_titulo {
	font-size: 15px;
	text-decoration: none;
	color:#999;
}

.fonte_azul {
	color:#006699;
}

.fonte_vermelha_16 {
	font-size:16px;
	font-weight:bold;
	color:#900;
	text-decoration:none;
}

.fonte_vermelha {
	color:#900;
}

.fonte_branca {
	color:#FFF;
}
.destaque {
	color:#FF9900;
	font-size:20px;
	text-decoration:none;
}
.fonte_amarela_16 {
	color:#FF9900;
	font-size:16px;
	text-decoration:none;
}

a.noticia:link, a.noticia:active, a.noticia:visited {	
	text-decoration: none;
	color:#FF9900;	
}

a.noticia:hover {
	text-decoration: underline;
	color:#FF9900;
}

a.mais:link, a.mais:active, a.mais:visited {	
	text-decoration: none;
	color:#900;	
}

a.mais:hover {
	text-decoration: underline;
	color:#900;
}

a.total:link, a.total:active, a.total:visited {	
	text-decoration: none;
	color:#333;
	font-size:12px;
}

a.total:hover {
	text-decoration: underline;
}

.ok {
	width:50px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
}

.fonte12 {
	font-size:12px;
}
.fonte13 {
	font-size:13px;
}
.fonte14 {
	font-size:14px;
}
.fonte15 {
	font-size:15px;
}
.fonte16 {
	font-size:16px;
}
.fonte17 {
	font-size:17px;
}
.fonte17 {
	font-size:18px;
}
.fonte18 {
	font-size:19px;
}
.fonte20 {
	font-size:20px;
}
.texto {
	font-size:14px;
	line-height:20px;
}

.contato {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.nounder {
	color:#333;
	text-decoration: none;
}
