/*
---- fundo geral ------------------
*/
.fundo {
	background-image: url(../imagens/fundo.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

/*
---- txt 10 nornal preto ------------------
*/
.txt_10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
}

/*
---- txt 9 nornal preto ------------------
*/
.txt_9 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #000000;
}

/*
---- link nornal preto ------------------
*/
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:visited.hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

/*
---- link 10 verde ------------------
*/
a.link_10:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #4E4B27;
	font-weight: normal;
	text-decoration: none;
}
a.link_10:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #4E4B27;
	font-weight: normal;
	text-decoration: none;
}
a.link_10:visited.hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #4E4B27;
	font-weight: normal;
	text-decoration: underline;
}
a.link_10:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #4E4B27;
	font-weight: normal;
	text-decoration: none;
}
a.link_10:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #4E4B27;
	font-weight: normal;
	text-decoration: underline;
}

/*
---- link 10 preto bold ------------------
*/
a.link_10b:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.link_10b:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.link_10b:visited.hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.link_10b:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.link_10b:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/*
---- txt 8 ------------------
*/
.txt_8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

/*
---- formulario comentar ------------------
*/
.form_comentar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	width: 295px;
}

/*
---- formulario encomenda ------------------
*/
.form_encomenda {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	width: 220px;
}

/*
---- formulario encomenda 240 ------------------
*/
.form_encomenda_240 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	width: 240px;
}

/*
---- formulario normal ------------------
*/
.form_enormal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
}

/*
---- formulario botao ------------------
*/
.form_botao {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
}
.form_botao_fixo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	width: 200px;
	
}


/*
---- link 8 verde ------------------
*/
a.link_8:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #4E4B27;
	font-weight: bold;
	text-decoration: none;
}
a.link_8:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #4E4B27;
	font-weight: bold;
	text-decoration: none;
}
a.link_8:visited.hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #4E4B27;
	font-weight: bold;
	text-decoration: underline;
}
a.link_8:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #4E4B27;
	font-weight: bold;
	text-decoration: none;
}
a.link_8:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #4E4B27;
	font-weight: bold;
	text-decoration: underline;
}


