body {
	/*background: repeat url(../../images/body_bg.png);*/
	background-color: #ffffff;
	background-image: none;
}


.destaqueTitulo {
	font: bold 16px/20px "Trebuchet MS";
	background-color: #EBBE33;
	color: #000000;
	height: 20px;
	text-indent: 5px;
}


.tituloCinzento {
	color: #333333;
	font: bold 36px "Trebuchet MS";
}

.cabecalhoTabelas {
	background-color: #000000;
	font: 14px "Trebuchet MS";
	font-weight: bold;
	color: #ffffff;
}

.textoNormal {
	font: 12px "Trebuchet MS";
	text-align: justify;
	text-indent: 5px;
}

.quadroFoto {
	border-style: solid;
	border-width: thin;
	float: left;
}

a:link, a:visited {
	color: #4e6311;
}

#container { 
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	width: auto;
}


#pageHeader {
	background: #7d992f url(../../images/green/logo_back4.png) no-repeat left;
}


#sidebarContainer #sidebar {
	color: #77924a;
}

#sidebarContainer .sideHeader {
	background: url(../../images/green/side_head_bg.png) repeat-x left top;
}

#footer a:link, #footer a:visited {
	color: #009834;
}

#footer a:hover, #footer a:active {
	color: #f2dfc1;
	background-color: #000000;
}

#navcontainer {
	border-top-color: #bbdf70;
}

#navcontainer #current {
	background: #657f27;
}

#navcontainer #current:hover {
	background: #4e6311;
	color: #ffffff;
}

#navcontainer .currentAncestor {
	background: #657f27;
}

#navcontainer a{
	background: #7d992f;
	border-bottom-color: #bcdd6e;
}

#navcontainer a:hover {
	background: #4e6311;
}

#navcontainer ul ul {
	border-color: #bbdf70;
}

#navcontainer ul ul a {
	background: #a7c660;
}

#navcontainer ul ul #current{
	background: #7c982e;
}

#navcontainer ul ul .currentAncestor {
	background: #7c982e;
}

#navcontainer ul ul ul #current{
	background: #a6c660;
	color: #7b972d;
}