body {
	margin: 0;
	scrollbar-face-color: #C2D5BF;
	scrollbar-highlight-color: #C2D5BF;
	scrollbar-3dlight-color: #0E4809;
	scrollbar-darkshadow-color: #C2D5BF;
	scrollbar-shadow-color: #0E4809;
	scrollbar-arrow-color: #0E4809;
	scrollbar-track-color: #C2D5BF;
	color: #999999;

}

textarea {
	overflow: auto;
}

a {
	font-size: 11px;
	color: #443226;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

.font {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	color: #0E4809;
	border: 1;
}

.bg {
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #0E4809;
}

.tablecont {
	border: 1px solid #D1D0A5;
}

.form {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: 0e4809;
	border-width: 1;
}

.line {
	background-image: url(img/line.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.medidas {
	margin:0 auto;
}

.medidas, .medidas th, .medidas td { 
     border: 1px solid #FFFFFF; 
     border-collapse: collapse; 
} 

.medidas th, .medidas td { 
     text-align: center; 
	 font-size: 10px;
	 color: #443226;
} 

.medidas th { 
     background-color: #FFFFFF; 
     color: #0E4809; 
}

.style1 {
	color: #666666;
	font-size: 10px;
}

.style2 {
	color: #443226;
}

.style3 {
	font-size: 11px;
	font-weight: bold;
}

.style9 {
	font-size: 12px
}

#portaNome {
	background: url(img/texto_fundo.png) center center no-repeat;
	width: 160px; 
	height: 25px; 
	font-weight: bold; 
	padding: 10px 0 0 10px; 
	margin: 0 0 0 10px;
	text-align: center;
}