.Titulo
{
	font-family: Arial;
	font-weight: bolder;
	font-size: 14;
	color: Maroon;
}

.Texto
{
	color: Black;
	font-family: Arial;
	font-size: 12;
	text-decoration:none;
}

.Vermelho
{
	color: #FF0000;
	font-family: Arial;
	font-size: 12;
	text-decoration:none;
}

.Texto:hover
{
	color: Black;
	font-family: Arial;
	font-size: 12;
	text-decoration:underline;
}

.Links
{
	font-family: Arial;
	font-size: 12;
	font-weight: bold;
	color:#990000;
	text-decoration:none;
}

.Links:hover
{
	font-family: Arial;
	font-size: 12;
	font-weight: bold;
	color: #0080c0;
	text-decoration:none;
}
.Menu
{
	color: #ffffff;
	font-family: Arial;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
}

.Menu:hover
{
	color: #ffff00;
	font-family: Arial;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
}
.Links2
{
	font-family: Arial;
	font-size: 13;
	font-weight: bold;
	color:#ff0000;
	text-decoration:none;
}

.Links2:hover
{
	font-family: Arial;
	font-size: 13;
	font-weight: bold;
	color: #0080c0;
	text-decoration:none;
}

.BarTitulo
{
	font-family: Arial;
	font-size: 12;
	color:#ffff00;
	text-decoration:none;
}

.BarTitulo:hover
{
	font-family: Arial;
	font-size: 12;
	color:#ffffff;
	text-decoration:none;
}

.BarTexto
{
	font-family: Arial;
	font-size: 12;
	color: #ffffff;
}

.PatTitulo
{
	font-family: Arial;
	font-size: 12;
	font-weight: bold;
	color:#008080;
	text-decoration:none;
}

.Rodape
{
	color: Black;
	font-family: Arial;
	font-size: 11;
	font-weight: bold;
	text-decoration: none;
}

.Rodape:hover
{
	color: #990000;
	font-family: Arial;
	font-size: 11;
	font-weight: bold;
	text-decoration: none;
}

.Box
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	color: #333333;
	border: 1px solid gray;
}

SELECT
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	color: #333333;
	border: 1px solid gray;
}
