body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	/* text-align: center; /* especifico para o IE */
	background: #66849e url(corpo.jpg);
	background-repeat: repeat-x;
	}

h1, h2, h3, h4, h5, h6 {
	color: #1b8029;
	color: white;
	color: Black;
	}

h1 { font-size: 14px; font-weight: bold; }
h2 { font-size: 14px; font-weight: normal; }
h3 { font-size: 13px; font-weight: bold; }
h4 { font-size: 13px; font-weight: normal; }

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

tr:hover {
	background: yellow;
	}

#inner {
        width: 700px;
	height: 530px;
        float: center;
        clear: left;
	position: absolute; 
	left: 50%; 
	margin-left: -350px;
        background: #6BBE10 url(vertical.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #1a517b;
	}

input,select {
	color: blue;
	background-color: #6bbe10;
	}

a {
        text-decoration: none;
	color: blue;
	}

a:visited { 
	color: #1a517b; 
	text-decoration: underline;
	}

a:hover { 
	color: blue; 
	text-decoration: none;
} 

.esquerda { /* Caixa de rolagem com o menu  */
	position: relative;
	width: 160px;
	height: 365px;
	float: left;
	left: 13px;
	top: 0px;
	padding: 0px;
	}

.direita { /* Corpo das paginas */
	position: relative;
	width: 510px;
	float: left;
	margin-right: 0px;
	margin-left: 10px;
	height: 435px;
/*	overflow: scroll; */
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	}

img {
    border: none;
} 


/*- Menu 1--------------------------- */
	
#menu1 {
	width: 145px;
	margin: 5px;
	border-style: solid solid solid solid;
	border-color: #3D261D;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu1 li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration: none;
	}	
	
#menu1 li a:link {
	display: block;	
	background:  url(menu1.jpg);
	padding: 5px 0 0 4px; /* top right bottom left */
	color: #5a7d50;
	}
	
#menu1 li a:visited {
	display: block;	
	background:  url(menu2.jpg);
	padding: 5px 0 0 4px; /* top right bottom left */
	color: #5a7d50;
	}
	
#menu1 li a:hover {
	display: block;	
	background:  url(menu3.jpg);
	padding: 5px 0 0 4px;
	color: blue;
	}	

#rolla
{
        font-family:    Verdana, Arial, Helvetica, sans-serif;
        padding:        0;
        font-size:      12px;
        font-weight:    normal;
        width:          480px;
        height:         303px;
        overflow-y:     auto;
        margin-left:    10px;
        padding:    	5px;
/*        background:     #6BBE10 url("vertical.jpg");
	background-repeat: repeat-y; 
	background-position: left;   */
	text-align:	left;  /* justify ou center */
}

#td1
{
	background-color: 	White; 
	color:			black;
}

#td2
{
	background-color: #d6f9ca;
	color:			black;
}

.bunda {
        position: absolute;
        width: 130px;
        right: 0px;
        bottom: 0px;
        padding: 0px;
	margin-right: 0px;
	text-align: left;
	}

#rodape {
	width: 145px;
	margin: 5px;
	border-style: solid solid solid solid;
	border-color: #3D261D;
	border-size: 1px;
	border-width: 1px;
	}
	
#rodape li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration: none;
	}	
	
#rodape li a:link {
	display: block;	
	background:  url(menu1.jpg);
	padding: 5px 0 0 4px; /* top right bottom left */
	color: #5a7d50;
	}
	
#rodape li a:visited {
	display: block;	
	background:  url(menu2.jpg);
	padding: 5px 0 0 4px; /* top right bottom left */
	color: #5a7d50;
	}
	
#rodape li a:hover {
	display: block;	
	background:  url(menu3.jpg);
	padding: 5px 0 0 4px;
	color: blue;
	}	


