body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6F6F66;
	margin: 0px;
	background-color: #EAEADC;
	background-image: url(/img/bkg.gif);
}
p {
	font-size: 12px;
}
li {
	font-size: 12px;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #951A1D;
	text-decoration: underline;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EBEBDD;
	border: none;
}
.botao {
	font-weight: bold;
}
.boxLink {
	color: #6F6F66;
	text-decoration: underline;
}
.titulo {
	font-size: 18px;
}
.subLinks {
	color: #8F8F85;
	text-decoration: none;
	font-size: 10px;
}
.subTitulo {
	font-size: 15px;
	font-weight: bold;
}
.pBox {
	font-size: 11px;
}
.linkDestaque {
	background-color: #EAEADC;
	color: #6F6F66;
	font-weight: bold;
	text-decoration: none;
}
.tabela {
	background-color: #EBEBDD;
}
.tabelaTitulo {
	background-color: #C9C9A3;
	font-weight: bold;
}
.tabelaFonte {
	background-color: #F7F7F0;
	font-size: 10px;
}
