@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	color:#444;
	font:12px/1.55em arial, helvetica, sans-serif;
}

.Titulos{
	font-size:22px;
	color: #227913;
	font: bold;
}

.TextosCorIgualLink{
	color:#4f8100; 
}

.SubTitulos{
	font-size:12px;
	color:#666;
	font:bold;
}

.SubTitulosForum{
	font-size:16px;
	color: #227913;
	font:bold;
}

.TitulosNoticiasMain{
	font-size:14px;
	color: #DC791B;
}

.SubTitulosDestaques{
	font-size:14px;
	color:#fff;
	font:bold;
}

a { 
	color:#4f8100; 
	text-decoration:none; 
}

a:hover { 
	color:#4f8100; 
	text-decoration:underline;
}

p{
	margin: 0px;
	padding: 0px;
}

.footer { 
	width: 100%;
	height: 100px; 
	margin: 0px;
	padding: 0px;
	background: url(images/footer-bg.png) repeat-x top center; 
}

.imagens{
	border: 1px solid #CCCCCC;
	padding: 4px;
}

