.texto {
	FONT-SIZE: 10px;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	font-weight: normal;

}
.textoTitulo {
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;

}
.textoMini {
	FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: Verdana;
}
.textoMargem, .tabPreco p{
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana; margin-left: 15px; margin-right: 15px;
}
.tabPreco p{ margin:5px; }
a:link{text-decoration: none; color:#000000;}
a:active{text-decoration: none; color:#000000;}
a:visited{text-decoration: none; color:#000000;}
a:hover{text-decoration: none; color:#3376B3;}
input {
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #333333;
	background-color: #ffffff;
	height: 14px;
	width: 250px;
	border: 1px solid;
}
textarea {
	border: 1px solid;
}
body {
scrollbar-3dlight-color:#FFFFFF;
scrollbar-arrow-color:#103B86;
scrollbar-base-color:#C2DFFC;
scrollbar-dark-shadow-color:#C2DFFC;
scrollbar-face-color:#C2DFFC;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#C2DFFC;
}
table.tabela {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin: 30px;
	font-size: 10px;
	font-family:Verdana,Geneva,sans-serif;
}
table.tabela tr td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px;
	vertical-align: top;
}
table.tabela tr td h2 {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
table.tabela tr td strong.prot {
	position: relative;
	text-align: center;
	width: 100%;
	top: 20px;
	display: block;
}
table.print {
	font-size: 14px;
	width: 16cm;
}