BODY
{
	background-image: url("imagens/fundo_degrade.png");
	background-repeat: repeat-x;
}

.Moldura
{
	border: 1px solid #cccccc;
	padding: 5px;
}
.Moldura:hover
{
	border: 1px solid #999999;
	padding: 5px;
}


.Texto
{
  font-family: Arial;
  font-size: 11px;
  line-height: 15px;
  color: Black;
  text-decoration: none;
}
.Branco
{
  font-family: Arial;
  font-size: 11px;
  line-height: 15px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
.Rodape
{
  font-family: Arial;
  font-size: 11px;
  line-height: 15px;
  color: #ffffff;
}
.Titulo
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}
.Pagina
{
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #273596;
}
.Menu
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
.Menu:hover
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #0000CD;
}
.Box
{
	font-family: arial;
	font-size: 11px;
	color: #000000;
	border: 1px solid Silver;
}
.Links
{
  font-family: Arial;
  font-size: 11px;
  color: #FFFFFF;
}
.Links:hover
{
  font-family: Arial;
  font-size: 11px;
  color: #FFFF00;
}
.Mono
{
	font-family: monospace;
	font-size: 11px;
	color: #000000;
	border: 1px solid Silver;
}
SELECT
{
	font-family: arial;
	font-size: 11px;
	color: #000000;
	border: 1px solid Silver;
}
TEXTAREA
{
 font-family: arial;
 font-size: 11px;
 color: #000000; 
}

