body {
	background-image: url(imagens/fundo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #E16108;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#rodape a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
#mensagem {
	position:absolute;
	width:535px;
	height:300px;
	z-index:1;
	overflow: auto;
	scrollbar-face-color:#E1E1EB;
	scrollbar-highlight-color:#E1E1EB;
	scrollbar-3dlight-color:#E1E1EB;
	scrollbar-darkshadow-color:#E1E1EB;
	scrollbar-shadow-color:#E1E1EB;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#E1E1EB;
}
