body, html {
	margin: 0; 
	height:100%;
	scroll:auto;
	
	background-color:#FFFFFF;
	
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#74853F;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;

}

.principal {
	width:445px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	
}

.texto {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size:12px;
    color:#3D4F27;
} 

.texto_gd {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size:14px;
    color:#3D4F27;
} 

.texto_tit {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size:14px;
    color:#3D4F27;
    font-weight:bolder;
} 

.linha {
	width:100%;
  	background-image:url(../imagens/linha.jpg);
  	background-repeat: repeat-x;
}

