body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #BED190 url(imagens/bgSite.jpg);
}
td {
	font-size: 12px;
	color: #000000;
}
/* cores td */
#cor0 {
	background: #FFFFFF;
}
#cor1 {
	background: #AADC7D;
}
#cor2 {
	background: #6AC334;
}
#cor3 {
	background: #90ABBD;
}
#cor4 {
	background: #52709B;
}
#cor5 {
	background: #C5D1A2;
}
#cor6 {
	background: #CDE6F3;
}
/* bordas */
.bordaSite {
	border: 1px solid #636D4B;
}

/* rodape */
.copyright {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 0px;
	text-align: center;
}
.rodape {
	color: #414435;
	padding-left: 20px;
}
#textoMaior {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
}
#textoMenor {
	font-size: 11px;
}
/* menu */
a.menu:link, a.menu:visited {
	display: block;
	letter-spacing: 1px;
	background: url(imagens/menuBg.gif) no-repeat;
	vertical-align: middle;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 22px;
	height: 16px !important;
	height: 16px;
	width: 100%;
	text-decoration: none;
}
a.menu:hover, a.menu:active {
	background-position: 0px -18px;
	text-decoration: none;
	color: #000000;
}
/* link */
a:link,a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
.form {
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formItem {
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}
.button {
	border: 1px solid #333333;
	font-size: 12px;
	padding: 0px 10px;
}
.titulo {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: italic;
}
.destaque {
	color: #414435;
	font-size: 9px;
	text-align: justify;
	padding: 2px 0px;
}
#layer1 {
	position: relative;
	width: 330px;
	height: 430px;
	z-index: 0;
	overflow: auto;
	scrollbar-face-color: #AADC7D;
	scrollbar-highlight-color: #AADC7D; 	/* fundo */
	scrollbar-shadow-color: #6AC334;		/* contorno direito */
	scrollbar-3dlight-color: #6AC334;		/* contorno esquerdo */
	scrollbar-arrow-color: #6AC334; 		/* seta */	
	scrollbar-darkshadow-color: #AADC7D;	/* contorno direito 2 */
}
.tab {
	border: 1px solid #DDD;
	border-collapse: collapse;
}
.tab td {
	padding: 3px 2px;
}
.tabTit {
	background: #52709B;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.tabTitSub {
	background: #EEEEEE;
	color: #333333;
	font-weight: normal;
	text-align: center;
}
.tab2 {
	border: 1px solid #DDD;
	border-collapse: collapse;
}
.tab2 td {
	padding: 2px;
	font-size: 10px;
}

.noticiaTitulo {
	font-weight: bold;
	font-size: 12px;
}
.noticiaData {
	font-size: 11px;
	color: #183884;
}
.noticiaTexto {
	font-size: 11px;
}
.noticiaFoto {
	float: left;
	width: 260px;
	padding-bottom: 10px;
}
a.noticiaLink:link, a.noticia:visited {
	background: url(imagens/marcador.jpg) no-repeat left;
	padding-left: 8px;
	line-height: 16px;
	font-size: 11px;
	color: #006699;
	text-decoration: underline;
}
a.noticiaLink:hover {
	color: #0033CC;
	text-decoration: underline;
}
/* paginacao */
.pag, a.pag:link, a.pag:visited {
	background: url(imagens/btnPag.jpg) no-repeat center;
	width: 13px;
	height: 13px;
}
a.pag:link, a.pag:visited {
	color: #FFFFFF;
	padding: 1px 4px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}