/* CSS Document */

body{
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;

}

a.vendas:link {
	color:#404040;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	background: #FFFFFF;
}

a.vendas:hover{
	font-family: Tahoma, Verdana, Arial;
	color: #001074;
	text-decoration: none;	
	background: #FFFFFF;
}

a.vendas:visited {
	color:#404040;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	background: #FFFFFF;
}

.pontilhado{
	background-attachment: scroll;
	background-image: url(pontilhado.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.titulo1{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	line-height: 20px;
	background: #011075;
	vertical-align: middle;
	text-indent: 7px;
}
.texto{
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #717171;
}
.textorodape{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}

a.readrodape:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}

a.readrodape:visited {
font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}

a.readrodape:hover {
font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: underline;
}

a.readrodape:active {
font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}

.grama{
	background-attachment: scroll;
	background-image: url(grama2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.grama2{
	background-attachment: scroll;
	background-image: url(grama2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fundorodape{
	background-attachment: scroll;
	background-image: url(fundorodape.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
