body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.jd #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: thin none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
} 
.jd #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.jd #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.jd #menu {
	float: left; /* since this element is floated, a width must be given */
	width: 215px;
	background-image: url(images/back_menu.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	height: 850px;	
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.jd #mainContent {
	background-image: url(images/back_main.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	margin: 0;
	height: 751px;
	width: 585px;
	text-align: justify;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.jd  #conteudo   {
	height: 710px;
	background-repeat: no-repeat;
	background-position: center 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: justify;
	margin: 0px;
}
.jd #container #menu ul {
	list-style-type:none;
	text-align:right;
	display: block;
	padding: 0px;
	margin: 0px;
	width: auto;
	float: none;
	clear: right;
}
.jd #container #menu li {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 15px;
}
.jd #container #menu a {
	display: block;	
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #155837;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 15px;	
}
.jd #container #menu a:hover {
	background-image: url(../images/menu_on.png);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;	
	font-size: 11px;
	color: #155837;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-position: right center;
	height: 15px;		
}
.jd #container #mainContent #home {
	height: 710px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: justify;
	margin: 0px;
}
.jd #container #mainContent #home h1 {
	/* background-image: url(../images/back_noticias_top.jpg); */
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 5px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align:left;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.jd #container #mainContent #home p {
	font-family: Arial, Helvetica, sans-serif;
	color: #2a7b53;
	font-size: 11px;
	text-align: justify;
	font-weight: normal;
	line-height: 200%;
}
.jd #container #mainContent #conteudo h1 {
	background-image: url(../images/back_main_titulo.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align:left;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;	
}
.jd #container #mainContent #conteudo p {
	font-family: Arial, Helvetica, sans-serif;
	color: #2a7b53;
	font-size: 11px;
	font-weight: normal;
	line-height: 200%;
	padding-left: 30px;
	padding-right: 30px;
}
.jd #footer {
	padding: 0;
	margin: 0px;
	position: absolute;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.jd #esquerda {
	float: left;
	width: auto;
	clear: left;
	height: auto;
	background-image: url(../images/back_top1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.jd #direita {
	float: right;
	width: auto;
	height: auto;
	clear: right;
	background-image: url(../images/back_top2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.jd #tabela_fundo td{
	background-repeat:no-repeat;
	background-image: url(../images/back_table.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2a7b53;
	padding-left: 40px;
	text-align:left;
}
.jd #table_texto {
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2a7b53;
	padding-left: 55px;
	text-decoration: none;
}
.jd #table_texto a{
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2a7b53;
}

.jd #table_texto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2a7b53;
	line-height: normal;
}
.jd #container #mainContent #conteudo #texto{
	height: 700px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
	margin: 0px;
	position: fixed;
}
.jd #container #mainContent #conteudo #justificado {
	font-family: Arial, Helvetica, sans-serif;
	color: #2a7b53;
	font-size: 11px;
	text-align: justify;
	font-weight: normal;
	line-height: 200%;
	padding-left: 30px;
	padding-right: 30px;	
}
.jd #container #mainContent #conteudo #justificado1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2a7b53;
	font-size: 11px;
	text-align: justify;
	font-weight: normal;
	line-height: 150%;
	padding-left: 30px;
	padding-right: 30px;	
}
.jd #container #mainContent #conteudo #central {
	font-family: Arial, Helvetica, sans-serif;
	color: #2a7b53;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	line-height: 100%;
}
.jd #mural {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2a7b53;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
}
.jd #container #mainContent #conteudo #colunasocial {
	font-family: Arial, Helvetica, sans-serif;
	color: #2a7b53;
	font-size: 11px;
	text-align: justify;
	font-weight: normal;
	line-height: 200%;
	padding-left: 5px;
	padding-right: 5px;	
	overflow : auto;
}
.jd #container #mainContent #conteudo #colunasocial ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #2a7b53;
	font-size: 11px;
	text-align: justify;
	font-weight: normal;
	line-height: 200%;
	padding-right: 25px;	
	overflow : auto;
}
.jd #container #mainContent #conteudo #colunasocial p{
	font-family: Arial, Helvetica, sans-serif;
	color: #2a7b53;
	font-size: 11px;
	text-align: justify;
	font-weight: normal;
	line-height: 200%;
	padding-right: 25px;	
	overflow : auto;
}
.jd #container #mainContent #conteudo #colunasocial div{
	font-family: Arial, Helvetica, sans-serif;
	color: #2a7b53;
	font-size: 11px;
	text-align: justify;
	font-weight: normal;
	line-height: 200%;
	padding-right: 25px;	
	overflow : auto;
}
.jd #container #social a {
	font-size: 11px;
	color: #335031;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.jd #container #social a:hover {
	font-size: 11px;
	color: #335031;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline
	;
}
.jd #container #eventos {
	font-size: 11px;
	color: #2a7b53;
	font-family: Arial, Helvetica, sans-serif;
}
.jd #container #eventos a {
	font-size: 11px;
	color: #928d09;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.jd #container #eventos a:hover {
	font-size: 11px;
	color: #928d09;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.jd #container #eventos_pagina a {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.jd #container #eventos_pagina a:hover {
	font-size: 11px;
	color: #928d09;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.jd #table_noticias {
	font-size: 11px;
	color: #155837;
	font-family: Arial, Helvetica, sans-serif;
}
.jd #table_noticias a{
	font-size: 11px;
	color: #155837;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
}
.jd #table_noticias a:hover{
	font-size: 11px;
	color: #155837;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight:bold;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}



.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.vscrollerbar, {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(images/vscroller.png) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(images/vscroller.png);
width: 15px;
height: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase {
background-color: #D1DDCB;
background-image: url(images/scrollbaseback.png);

}

.vscrollerbasebeg {
top: 0px;
width: 15px;
background: url(images/scrollbases.png) -7px -8px no-repeat;
}

.vscrollerbaseend {
height: 7px;
width: 15px;
background: url(images/scrollbases.png) -7px 0px no-repeat;
}

.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;
background: white url(images/scrolljog.png) 50% 50%;
}

.jd #table_servico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2a7b53;
	text-decoration: none;
}
.jd #table_servico a{
	display: block;	
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: strong;
	color: #2a7b53;
	text-decoration:none;
}
.jd #table_servico a:hover{
	background-image: url(../images/servico_on.png);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: strong;
	color: #2a7b53;
	text-decoration: underline;
}
#eventos {
	font-size: 11px;
	color: #2a7b53;
	font-family: Arial, Helvetica, sans-serif;
}
#eventos a {
	font-size: 11px;
	color: #928d09;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#eventos a:hover {
	font-size: 11px;
	color: #928d09;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#eventos_pagina a {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#eventos_pagina a:hover {
	font-size: 11px;
	color: #928d09;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}