body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	background: #A6A5A5 url(imagens/bgSite.jpg);
	color: #0A0B0C;
}
td {
	vertical-align: top;
	font-size: 12px;
}

#content {
	font-size: 1px;
	color: #000000;
}
/* layout */
.bgSite {
	background: #FFFFFF;
}

.rodape {
	background: url(imagens/rodapeBg.jpg) no-repeat center;
	height: 40px;
	padding: 0px 17px;
}

.copyright {
	font-size: 10px;
	padding-top: 12px;
	color: #FFFFFF;
}
.logoSimor {
	text-align: center;
	width: 15px;
	padding-top: 8px;
}
.conteudo {
	padding: 0px 17px 17px 17px;
	background: #FBFBFB;
}
.menuInf {
	background: #F20909;
	color: #000000;
	line-height: 35px;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 17px;
}
a.menuInferior:link, a.menuInferior:visited, a.menuInferior:hover {
	text-decoration: none;
	color: #000000;
}
.titulo {
	height: 45px;
}
.tituloSub {
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
	padding-bottom: 10px;
	font-family: sans-serif;
}
.tituloSub2 {
	font-weight: normal;
	font-size: 14px;
	color: #993300;
	font-family: sans-serif;
}
.tituloSub3 {
	color: #006699;
	font-size: 14px;
	font-weight: bold;
}
.tituloSub4 {
	color: #FF6600;
	font-size: 15px;
	font-weight: bold;
}
.form {
	border: 1px solid #DDDDDD;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 7px;
	border: 1px solid #DDDDDD;
	color: #FFFFFF;
	background-color: #EEEEEE;
	font-size: 10px;
	letter-spacing: 0px;
}
.formItem {
	padding-right: 5px;
	font-size: 10px;
	text-align: right;
}
.tab {
	border: 1px ridge #DDDDDD;
	border-collapse: collapse;
}
.tab td {
	border-collapse: collapse;
	padding: 2px;
}
.tabTit {
	background: #006699;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
}
.tabTitSub {
	background: #2BA2DB;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}
.tabLinha {
	background: #EFEFEF;
}
a:link, a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}

/* 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;
}

/* noticias */
.noticia {
	font-size: 10px;
	background: url(imagens/noticias_marcador.gif) right no-repeat;
	border-bottom: 1px solid #A5D4E4;
	padding: 3px 15px 3px 0px;
}
a.noticiaTit:link, a.noticiaTit:visited {
	display: block;	
	color: #82C100;
	font-weight: bold;
	text-decoration: none;
}
a.noticiaTit:hover {
	text-decoration: underline;
}
.noticiaData {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
.noticiaFoto {
	width: 285px;
	float: left;
	padding-bottom: 5px;
}

/* destaques */
.destaque {
	font-size: 10px;
}
.tituloDestaque {
	font-size: 10px;
	color: #861F18;
	font-weight: normal;
	font: sans-serif;
	text-transform: uppercase;
	padding-bottom: 7px;
}


/* foto */
.foto {
	display: block; 
	border: 5px solid #EEEEEE; 
	margin-bottom: 5px; 
}
.foto:hover {
	border: 5px solid #CCCCCC; 
	display: block;
}
