@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/fundo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.texto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.texto1 a:link {
	text-decoration: none;
	color: #666666;	
}
.texto1 a:visited {
	text-decoration: none;
	color: #666666;	
}
.texto1 a:hover {
	text-decoration: underline;
	color: #666666;	
}
.texto1 a:active {
	text-decoration: none;
	color: #666666;	
}

.texto1 img{
	border: 0px;
}

.texto_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold
}

.texto_title a:link {
	text-decoration: none;
	color: #666666;	
}
.texto_title a:visited {
	text-decoration: none;
	color: #666666;	
}
.texto_title a:hover {
	text-decoration: underline;
	color: #666666;	
}
.texto_title a:active {
	text-decoration: none;
	color: #666666;	
}

.produto_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}

.texto_produtos_lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
}

.texto_produtos_lista a:link {
	text-decoration: none;
	color: #666666;	
}
.texto_produtos_lista a:visited {
	text-decoration: none;
	color: #666666;	
}
.texto_produtos_lista a:hover {
	text-decoration: underline;
	color: #666666;	
}
.texto_produtos_lista a:active {
	text-decoration: none;
	color: #666666;	
}

.texto_serviços_tv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold
}

input[type=text], input[type=password], select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


