@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	background-image:url(../imagens/layout/fundo.gif);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position:center top;
	background-color:#FFF;
	padding:0;
	margin:0;
}
#tudo {
	width:100%;
	height:99%;
	text-align:center;
}
#topo {
	text-align:center;
	width:100%;
}

#topoInterno{
	width:780px;
	margin:auto;
	height:217px;
}
#corpo {
	text-align:left;
	width:780px;
	margin:auto;
}
#navMenu {
	width:750px;
	height:40px;
	text-align:left;
	margin:auto;
}
#conteudo {
	width:750px;
	text-align:left;
	padding:15px 0 15px 0;
	margin:auto;
}
#rodape {
	text-align:center;
	height:79px;
	background-image:url(../imagens/layout/fundoRodape.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#rodapeInterno {
	width:750px;
	text-align:center;
	margin:auto;
	padding-top:20px;
}
img {
	border:0;
}

/* Retira os outlines das tags object */
object {
outline: none;
}

/* LINKS GERAIS */
a:link {
	text-decoration: none;
	color: #E57817;
}
a:visited {
	text-decoration: none;
	color: #E57817;
}
a:hover {
	text-decoration: underline;
	color: #28156D;
}
a:active {
	text-decoration: underline;
	color: #E57817;
}
/* LINKS NOTICIAS */
a.not:link {
	color:#000;
	text-decoration:none;
}
a.not:visited {
	color:#000;
	text-decoration:none;
}
a.not:hover {
	color:#28156D;
	text-decoration:underline;
}
a.not:active {
	color:#000;
	text-decoration:none;
}
/* apresentação */
.destaqueMaisculoNegrito {
	font-weight:bold;
	text-transform:uppercase;
}

.destaqueNegritoLaranja18 {
	font-weight:bold;
	color: #E57817;
	font-size:18px;
}

.destaqueNegritoLaranja16 {
	font-weight:bold;
	color: #E57817;
	font-size:16px;
}

.destaqueNegritoLaranja {
	font-weight:bold;
	color: #E57817;
}
.destaquebranco {
	font-weight:bold;
	color: #FFF;
}
.destaqueNegritoRoxo {
	font-weight:bold;
	color: #28156D;
}
.negrito {
	font-weight:bold;
}
h3 {
	color:#E57817;
	font-size: 16px;
	font-variant: small-caps;
}
h4 {
	color:#28156D;
	font-size: 14px;
	font-variant: small-caps;
}
h5 {
	color:#000;
	font-size: 13px;
	font-variant: small-caps;
}
.clear {
	clear:both;
}
