.Pagina
{
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #ee0000;
}
.Titulo
{
	font-family: Arial;;
	font-size: 13px;
	color: #333333;
	font-weight: 900;
}
.Texto
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
.Texto:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
.Box
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	color: #777777;
	border: 1px solid Silver;
}
SELECT
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	color: #777777;
	border: 1px solid Silver;
}

TEXTAREA
{
 font-family: arial;
 font-size: 11px;
 color: #000000; 
 border: 1px solid Silver;
}
.Rodape
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}
.Links
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.Links:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #990000;
}

.Fundo_01 {
	background-image: URL('imagens/fundo_tabela.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

