@charset "utf-8";

/* CSS Document */



.topico {

	font-family: "Trebuchet MS";

	font-size: 13px;

	font-weight: bold;

	color: #FFFFFF;

}





.rodape {

	font-family: "Trebuchet MS";

	font-size: 12px;

	font-weight: bold;

	color: #999999;

}

.texto1 {

	font-family: "Trebuchet MS";

	font-size: 12px;

	color: #666666;

}

.texto2 {

	font-family: "Trebuchet MS";

	font-size: 11px;

	color: #006699;

}



.texto4 {

	font-family: "Trebuchet MS";

	font-size: 15px;

	color: #0066CC;

	font-weight: bold;

	

}

 

.texto3 {

	font-family: "Tahoma";

	font-size: 19px;

	color: #990000;

	font-weight: bold;

}



.texto6 {

	font-family: "Tahoma";

	font-size: 11px;

	color: #666666;

	font-weight: bold;

}



.texto7 {

	font-family: "Tahoma";

	font-size: 11px;

	color: #006699;

	font-weight: bold;

}

.texto8 {

	font-family: "Tahoma";

	font-size: 11px;

	color: #990000;

	font-weight: bold;

}



.texto9 {

	font-family: "Tahoma";

	font-size: 11px;

	color: #999999;

 

}
<!--//============================-->
#geral{
	margin:0 auto;
	width:788px;
}
#estrutura{
	width:788px;
	padding-top:15px;
	padding-bottom:15px;
	background-image:url(../imagens/bgGeral.png);
	background-repeat:repeat-y;
	float:left;
}
#boxEsq{
	width:530px;
	margin-left:15px;
	float:left;
}
#boxDir{
	width:200px;
	margin-right:15px;
	float:right;
}
@font-face {
	font-family: Decker;
	src: url('sindplast2011/Decker.ttf');
}


h1{
	border-bottom:2px dotted #CCC;
	font-family:Decker, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#089276;
}
h2{
	margin-bottom:10px;
	font-size:18px;
	font-weight:normal;
}
h2 a{
	text-decoration:none;
	color:#738321;
}
h2 a:hover{
	text-decoration:underline;
}
.noticia{
	width:530px;
	padding-bottom:20px;
	margin-top:15px;
	border-bottom:1px solid #CCC;
	float:left;
}
img.imagemNot{
	margin-right:15px;
	float:left;
}
.txtNot{
	color:#666;
	font-size:13px;
	text-align:justify;
}
a.destNot{
	width:100%;
	float:left;
	padding-top:0px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:2px dotted #CCC;
	text-decoration:none;
	font-size:14px;
	color:#738321;
}
a:hover.destNot{
	text-decoration:underline;
}
p.data{
	font-size:11px;
	color:#C00;
}
/* PAGINACAO ===================================================================================================================== */

#pages {
	padding: 3px;
}
#pages ul {
	list-style-type: none;
}
#pages li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}
#pages li a {
	color: #666;
	padding: 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	float: left;
}
#pages li a:hover {
	color: black;
	border: 1px solid black;
}
#pages li.nolink {
	color: #999;
	border: 1px solid #ddd;
	padding: 4px;
}
#pages li.current {
	color: #FFF;
	border: 1px solid black;
	padding: 4px;
	background: black;
}


