.fundo {
	background-attachment: fixed;
	background-image: url(layout/fundo.jpg);
	background-repeat: repeat;
}
.linha_dir {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #33A02C;
}
.linha_ambos {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #33A02C;
	border-bottom-color: #33A02C;
}
.linha_cima {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33A02C;
}
.linha_baixo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33A02C;
}
.linha_volta {
	border: 1px solid #33A02C;
}
.texto {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: justify;
	vertical-align: middle;
	color: #555655;
	padding: 10px;
	font-family: Verdana;
}
.margem {
	padding: 10px;
}
.linha_ambos2 {
	border: 1px solid #666666;
}
.textopeq {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	color: #555655;
	font-family: Verdana;
	padding: 10px;
}
.linha_cima2 {

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.linha_baixo2 {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.linha_volta2 {
	border-top: 1px solid #33A02C;
	border-bottom: 1px solid #33A02C;
	border-left: 1px solid #33A02C;
}
.texto_branco {

	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-align: justify;
	vertical-align: middle;
	color: #FFFFFF;
	padding: 10px;
	font-family: Verdana;
}
.linha_baixo_dir {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33A02C;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #33A02C;
}
.texto_brancopeq {


	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	padding: 2px;
	font-family: Verdana;
}
