@charset "utf-8";
/* CSS Document */


body{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
.bg{
	background-image:url(../img/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
.fonte_branco{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:100;
}
.fonte_branco_negrito{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#214522;
	font-weight:bold;
}
.canto_super_esquerdo{
	background-image:url(../img/canto_supe_esquerdo.png);
	background-position:right bottom;
	background-repeat:no-repeat
}
.canto_super_direito{
	background-image:url(../img/canto_supe_direita.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.centro_topo{
	background-image:url(../img/centro_topo.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}
.canto_inf_esquerdo{
	background-image:url(../img/canto_inf_esquerda.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.canto_inf_direito{
	background-image:url(../img/canto_inf_direita.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.centro_inf{
	background-image:url(../img/centro_inf.png);
	background-position:top left;
	background-repeat:repeat-x;
}
.centro_esquerda{
	background-image:url(../img/centro_esque.png);
	background-position:top right;
	background-repeat:repeat-y;
}
.centro_direita{
	background-image:url(../img/centro_direita.png);
	background-position:left bottom;
	background-repeat:repeat-y;
}
.barra_menu{
	background-image:url(../img/barra_menu.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
.fonte_linha{
	font-family:Verdana, Geneva, sans-serif;
	font-size:6px;
	color:#D8D9B9;
}
.fonte_titulo_barra{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.fonte_verde_titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#62AC00;
}
.fonte_verde_titulo_18{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#62AC00;
}
.fonte_texto_cinza{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:100;
	color:#666;
	text-align: justify;
}
.fonte_verde_data{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	color:#62AC00;
}
.fonte_verde_comentario{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#62AC00;
}
.barra_menu_topo{
	background-image:url(../img/barra_menu_topo.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
