body {
	background: url(imagens/bgSite.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
td {
	vertical-align: top;
	font-size: 12px;
}
.bordaSite {
	background: #FFFFFF;
}
.menuIntBg {
	background: #CFD1D5;
}
.interna {
	padding: 15px;
	background: #EAECEE;
}
.internaTit {
	height: 32px;
	background: url(imagens/internaTit.jpg) no-repeat;	
	padding: 9px 0px 0px 18px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif
}
.inicialTitBg {
	height: 32px;
	background: url(imagens/internaTit.jpg) no-repeat;		
}
.inicialTit {
	padding: 9px 0px 0px 18px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif
}
.menuInt {
	padding: 4px;
	border-bottom: 1px solid #DDDDDD;
}
a.menuInt:link, a.menuInt:visited {
	display: block;
	font-size: 10px;
	color: #000000;	
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
}
a.menuInt:hover {
	color: #333333;
	text-decoration: none;	
}

.logoSimor {
	padding-top: 10px;
}
.logoForza {
	padding-top: 10px;
}
.layout_linhaInf1 {
	background: #FFFFFF;
	height: 10px;
}
.layout_linhaInf2 {
	background: #CFD1D5;
	height: 4px;
}
.copyright {
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 10px;
	color: #CFD1D5;
}
.bordaSite {
	background: #FFFFFF;	
}

.tituloSub {
	font-weight: bold;
	font-size: 13px;
	display: block;
	border-bottom: 1px dotted #999999;
	color: #0099FF;
	padding: 5px;
}

.dataNoticia{
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF3300;
	float:right;
}

.textoNoticia{
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	color:#666666;
}

/* titulo */
.capaTit {
	background: url(imagens/tituloBg.jpg) no-repeat left top;
	background-position: 0px 5px;
	padding-left: 13px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #241F1C;
}

.noticiaCapaData {
	color: #CC0000;
	font-size: 10px;
	font-weight: bold;
}
a.noticiaCapa:link, a.noticiaCapa:visited {
	color: #241F1C;
	font-size: 11px;
	text-decoration: none;
}
a.noticiaCapa:hover {
	color: #000000;
	text-decoration: underline;
}
.noticiaTit {
	font-weight: bold;
	color: #006699;
	font-size: 13px;
	border-bottom: 1px solid #EEEEEE;
	display: block;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.noticiaData {
	color: #CC0000;
	font-weight: bold;
	font-size: 10px;
}
.noticiaText {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.noticiaFoto {
	width: 285px;
	float: left;
	padding-bottom: 5px;
}

.destaqueCapa{
	color: black;
	font-size:10px;
}

/* paginacao */
.pag, a.pag:link, a.pag:visited {
	background: #DDDDDD 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;
}

/* marcadores */
ul {
	margin: 2;
	padding-left: 10px;
	list-style: none;
}
ul li {
	padding-left: 13px;
	padding-top: 1px;
	margin-bottom: 3px;
	background-image: url(imagens/marcador.jpg) ;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

/* links */
a:link, a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}

/* tabelas */
.tab {
	border-collapse: collapse;
	border: 1px solid #4D7EA4;
}
.tab td {
	border-collapse: collapse;
	padding: 3px;
}
.tabTitulo {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 10px;
	background: #006699;
	color: #FFFFFF;
	text-align: center;
}
.tabTituloSub {
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 11px;
	background: #A6BBC8;
}
.tabLinha {
	background: #EEEEEE;
}

/* formularios */
.form {
	border: 1px solid #DDDDDD;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 7px;
	border: 1px ridge;
	color: #FFFFFF;
	background-color: #666666;
	font-size: 10px;
	letter-spacing: 0px;
}
.formItem {
	padding-top: 2px;
	padding-right: 5px;
	font-size: 10px;
	text-align: right;
}

.caixa {
	padding: 5px 0px;
	background: #EBECED;
}