.Texto
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #00277E;
}
.Texto:hover
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: Navy;
}
.Titulo
{
	font-family: Tahoma;
	font-size: 18px;
	color: #00277E;
}
.Links
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #00277E;
}
.Links:hover
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #990000;
}
.Menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #00277E;
}
.Menu:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #990000;
}
.Box
{
  font-family: Arial;
  font-size: 11px;
  text-decoration: none;
  line-height: 15px;
  color: #000000;
  border: 1px solid Gray;
}

