/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	background: #FFF;
	color: #1a3804;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-3dlight-color : #BBD7E4;
	scrollbar-arrow-color : Black;
	scrollbar-base-color : Black;
	scrollbar-darkshadow-color : #E0EDE2;
	scrollbar-face-color : #F1F8EF;
	scrollbar-highlight-color : #F0F6F9;
	scrollbar-shadow-color : #BBD7E4;
	scrollbar-track-color : #F0F6F9;
}

#lyr1, #lyr2, #lyr3, #lyr4, #lyr5, #lyr6, #lyr7, #lyr8, #lyr9, #lyr10, #lyr11, #lyr12, #lyr13, #lyr14, #lyr15, #lyr16, #lyr17, #lyr18 {
	position:absolute;
	visibility:hidden;
	top: 0px;
	width:300px;
	background-color: #FFF;
	padding: 7px 7px 7px 7px;
	border: 1px solid black;
	filter: alpha(opacity=93);
	opacity: .50;
	z-index: 5;
}
#menuarr {
	float: right;
	width: auto;
	background-color:#ffffff;
	padding: -1px;
	margin-top: 2px;
	margin-bottom: 2px;
	-moz-border-radius-topleft: 1.0em;
	-moz-border-radius-topright: 1.0em; 
	-moz-border-radius-bottomleft: 1.0em;
	-moz-border-radius-bottomright: 1.0em;
	border: 1px solid #ccc;
}
#details {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 6;

}
#details p {
		padding: 0px 0px 0px 5px;
		margin-top: 0px;
		line-height: 15px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color:#000000;
}
#details h2 {
		padding: 0px 0px 0px 5px;
		margin-top: 0px;
		line-height: 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #003300;		
}

/* the hyperlinks */
a {
	color: #014F28;
	text-decoration: underline;
}
a:hover {
	color: #265b00;
}
.f10px {
	font-size: 10px;
}

/* site specific styling */


/* the container centers the page */
#container {
	width: 740px;
	height: auto;
	margin: 0 auto 0 auto;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 740px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	#topbar a:hover {
		background: #458023;
		color: #FFF;
	}


/* the header that contains the big image */
#logo {
	width: 284px;
	height: 58px;
	background: #014F28;
	position: relative;
	background-color: #014F28;
	top: 45px;
	left: 15px;
}

#header {
	width: 740px;
	height: 180px;
	background: #014F28;
	position: relative;
	background-color: #014F28;
	background: #FFF url(../image/back.jpg);
}

/* the big title text in the header */
	#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #FFF;
		position: absolute;
		top: 60px;
		left: 20px;
	}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 11px;
	right: 6px;
	top: 150px;
	left: 0px;
	width: 100%;
	background-color: #87AC9A;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		color: #003300;
		font-weight:bold;
		display: block;
		padding: 6px 10px 6px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	#navbar a:hover {
		background: #014F28;
		color: #FFFFFF;
	}
	
/* the core contains all the site contents */
#core {
	width: 740px;
	height: auto;
	margin-top: 5px;
	background: #FFF url(../image/coreback.gif) top left repeat-y;
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 180px;
	height: auto;
	background: #deebd2;
	float: left;
}

/* the links in coreleft are another unordered list */
	#coreleft a {
		text-decoration: none;
		display: block;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		text-transform: uppercase;
	}
	#coreleft a:hover {
		/*background: #458023; */
		color: black;
	}
	#coreleft ul {
		float: left;
		padding: 4px 3px;
	}
	#coreleft li {
		list-style: none;
		padding: 3px 3px 3px 3px;
        width: 95%;
		border: 1px solid black;
		background-color:#FFFFFF;
	}
	#coreleft h3 {
		padding: 2px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 17px;
		margin: 0;
	}
	
	#coreleft p {
		padding: 0px 0px 0px 5px;
		margin-top: 0px;
		line-height: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	

/* the corecenter contains the center part of the core */
#corecenter {
	width: 550px;
	height: auto;
	float: left;
}
	#corecenter h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		color: #3e6717;
		padding: 0px 0 0 10px;
	}

	#corecenter h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: #3e6717;
		padding: 8px 0 0px 10px;
	}
	#corecenter h3 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 16px;
		color: #3e6717;
		padding: 0px 0px 10px 10px;
	}
	#corecenter p {
		line-height: 15px;
		padding: 10px 0px 10px 10px;
		color: black;
	}
	#corecenter table {
		padding: 20px 20px 20px 20px;
	}
	#corecenter ul {
		padding: 0px 0px 0px 35px;
		width: auto;
	}
	#corecenter li {
		list-style: none;
		line-height: 10px;
		border-bottom: 1px solid #DDD;
	}
	#corecenter li.bullet {
	  list-style-type: square;
	  padding: 0 0 4px 0;
	  color: #000;
   	  border-bottom: 0px solid #DDD;
  	  line-height: 13px;
	}
	#corecenter li a {
		text-decoration: none;
		color: #a6c384;
		display: block;
		height: auto;
		padding: 3px;
	}
	#corecenter li a:hover {
		background: #a6c384;
		color: #000;
	}
	#corecenter ul.description {
		width: auto;
		padding: 0px 0px 0px 50px;
	}
	#corecenter ul.desc0 {
		width: auto;
		padding: 0px 0px 10px 25px;
	}
    #corecenter li.number {
   	  list-style-type: decimal;
	  color: #000;
	  padding: 0px 0px 10px 5px;
	  font-size:14px;
	  font-weight:bold;
   	  border-bottom: 0px solid white;
  	  line-height: 17px;
	}
	#corecenter li.letter {
	  list-style-type: lower-alpha;
	  color: #000;
	  font-size:12px;
	  padding: 0px 0px 10px 0px;
	  font-weight: 100;
   	  border-bottom: 0px solid #DDD;
	  font-weight: bold;
  	  line-height: 17px;
	}
/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 740px;
	height: 40px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 10;
}

.branco {
	color: #FFFFFF;
	font-size: 10px;
}
.f9px {
	font-size: 9px;
	color:#000000;
}
.f12px {
	font-size: 12px;
	color:#000000;
	font-weight:100;
}
A.backLink:link {
    COLOR: #50681C;
	TEXT-DECORATION: none
}
A.backLink:visited {
    COLOR: #50681C;
	TEXT-DECORATION: none
}
A.backLink:hover {
	COLOR: #cc9900;
	TEXT-DECORATION: none
}
A.Rodape:link {
    COLOR: #000000;
	TEXT-DECORATION: none;
	font-size:12px;
}
A.Rodape:visited {
    COLOR: #000000;
	TEXT-DECORATION: none;
	font-size:12px;
}
A.Rodape:hover {
	COLOR: #FF6666;
	TEXT-DECORATION: none;
	font-size:12px;
}
.estilo1 {font-size: 12px}
.fonte1 {color: #E6E6E6}
.fonte2 {font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #505647;
}
.fonte5 {	font-family: Arial, Helvetica, sans-serif;
 color: #505647; font-size: 12px;}
.fonte6 {font-size: 10px}
.fonte9 {font-size: 14px; font-weight: bold; 	font-family: Arial, Helvetica, sans-serif;
 color: #505647; }
.linhabranca {border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.style21 {	font-size: 14px;
	color: #000000;
}
.style23 {font-size: 14px}
.style25 {font-size: 16px}