/* CSS Document */
body {
	background-color: #30A116;
	text-align: center;
	vertical-align: top;
}

.bgcolor {
	background-attachment: fixed;
	background-image: url(images/img_fundo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 1px;
	margin-left: 10px;
	text-align: left;
}

p {
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	margin-left: 5px;
	margin-bottom: 10px;
	line-height: 1.4;
	margin-right: 5px;
	text-align: justify;
	font-weight: lighter;
}

.texto {
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 1.4;
	margin-right: 5px;
	font-weight: lighter;
}

.barra1 {
	background: url("images/barra_menu.jpg") fixed no-repeat left top;
}

.barra2 {
	background: url("images/barra_news.jpg") fixed no-repeat left top;
}

.barra3 {
	background-image: url("images/barra_produtos.jpg") fixed no-repeat left
		top;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

.campo_contato {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	width: 250px;
	border: 1px solid #0A811F;
}

.botao {
	width: 50px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	height: auto;
	border: 1px solid #FFFFFF;
}

h2 {
	font-family: Verdana;
	color: #000000;
	font-size: 9px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 1.4;
	margin-right: 5px;
	text-align: right;
	font-weight: lighter;
	margin-top: -8px;
}
