/* CSS Document */
.div_vert{
	background-attachment: scroll;
	background-image: url(../_imgs/div_vert.png);
	background-repeat: repeat-y;
	background-position: center center;	
}

.div_hor{
	background-attachment: scroll;
	background-image: url(../_imgs/div_hor.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.preto{
	color: #000;	
}

.vermelho{
	color: #900;	
}

.laranja{
	color: #F60;	
}

.verde{
	color: #9DCC39
}

.borda_verde{
	border: 1px solid #09732B;
	font-size: 12px;
	color: #09732B;
	font-weight: bold;
}