/* Elementos */
body{
	padding:0;
	margin:0;
	background-color: #6DB362;
}
a:link {text-decoration: none; color: #6B9362;}
a:visited {text-decoration: none; color: #6B9362;} /* verde escuro */
a:hover {text-decoration: underline; color: #344F26; /* verde claro */
}
a:active {text-decoration: none; color: #6B9362;}

.fundotab{
	background-color: #F7F2DD;
	backgraound-image: url "imagens/backtable.gif";
}

.fundotabdois{
	border: 2px dotted #6B9362; 
	background-color: #E6ECBc; 
	padding: 5px;
}
.txtlegenda{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9px;
	color: #2E562F;
	line-height: 11px;
	text-align: justify;
}
.txtpadrao{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 13px;
	color: #2E562F;
	line-height: 15px;
	text-align: justify;
}
/* titulos */
h1{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #2E562F;
	line-height: 15px;
	text-align: justify;
}
h2{
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
}
		
/*borda imagem*/
.bordaimg {
	border:solid 3px;
	border-color: #6B9362;
	}
.titulo_imp {
	text-decoration: underline;
	color: #6B9362;
}
.txtpadrao2 {

	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #2E562F;
	line-height: 15px;
	text-align: justify;
}
.bordinha {
	border: 4px solid 5E7C60;
}
.label2 {
font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #2E562F;
font-weight: bold;
text-align: right;
 margin-top: 3px;
 margin-bottom: 2px;
}
