.fundo {
	background-attachment: fixed;
	background-image: url(imagem/fundo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	scrollbar-highlight-color : black;
    scrollbar-shadow-color : black;
     scrollbar-base-color : white;
}
.border {
	border: 2px solid #000000;
	text-align: center;
}
.textobold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #C30;
	font-style: italic;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.textobold2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}
.texto_vermelho {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC0000;
}
.texto_vermelho_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
}
.texto_vermelho2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: line-through;
}
.textobold3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #036;
	text-align: center;
}
