/* Gerais */

body {
	margin-left: 0px;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #21915F;
	background-image: url(../images/bg.gif);
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	LINE-HEIGHT: 14px
}

/*Fontes */
.justificado{
	text-align : justify; 
}
	
.titulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #007C58;
}

strong {color:#007c58;}
span {color:#007c58;}
h1 {
	color:#007c58;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
}

/*Links */
a {	text-decoration: none;	color: #007C58;}
a:hover {text-decoration: underline;  color: #007C58;}

/* Formulários */
input, textarea, select  {
	background-color: #E4E4E4;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px ;
	color : #007C58;
	border-right: #E4E4E4 1px solid ;
	border-top: #E4E4E4 1px solid ;
	border-left: #E4E4E4 1px solid ;
	border-bottom: #E4E4E4 1px solid;
	
}

.textarea_branco {
	background-color: #DBDFE1;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #918E7F;
	border-right: #DBDFE1 0px ;
	border-top: #DBDFE1 0px ;
	border-left: #DBDFE1 0px ;
	border-bottom: #DBDFE1 0px ;
}

#noticias h1 {
	font-family:"Trebuchet MS";
	font-size:12.5pt;
	font-weight:lighter;
	color:#007c58;
	padding:0 0 6px 0;
	margin:0;
	}

#noticias ul {
	width:330px;
	list-style:none;
	display:list-item;
	padding:0;
	margin:0;
	}

#noticias ul li {
	width:570px;
	height:100% auto;
	padding:5px;
	min-height:10px;
	list-style:none;
	margin:0 0 5px 0;
	background:#f4f4f4;
	clear:both;
	float:left;
	}

#noticias ul li a strong {
	width:500px;
	padding-bottom:2px;
	margin:0px;
	float:left;
	font-size:11px;
	font-weight:bold;
	font-family:"Trebuchet MS";
	line-height:16px;
	text-decoration:none;
	color:#007c58;
	}

#noticias ul li a p {
	width:320px;
	padding:0;
	margin:0px;
	float:left;
	font-size:10px;
	line-height:12px;
	text-decoration:none;
	}

#noticias ul li a:hover p {
	text-decoration:underline;
	}

#noticias ul li p.link {
	width:320px;
	padding:0 0px 0 0px;
	margin:0px;
	float:left;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	}