/* CSS Document */

.text{
 font-family: verdana; font-size:11px; 
}

a:link {
  text-decoration: none;
  color: #CC6666;
  font-family: "Trebuchet MS", Arial, Verdana
}

a:visited {
  text-decoration: none; 
  font-family: "Trebuchet MS", Arial, Verdana;
  color: #CC6666;
}

a:hover {
	text-decoration: none; 
	color: #990000;
	font-family: "Trebuchet MS", Arial, Verdana;
  }

a:active {
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, Verdana;
   color: #CC6666;
  }
  
a.Menu:link {
	font-family: "Compacta Bd BT";
	color: #666666;
	font-size:30px;	
	background-color:White;
}

a.Menu:visited {
	font-family: "Compacta Bd BT";
	color: #666666;
	font-size:30px;	
	background-color:White;
}

a.Menu:hover {
	font-family: "Compacta Bd BT";
	color: #B61925;
	font-size:30px;	
	background-color:White;
  }

a.Menu:active {
	font-family: "Compacta Bd BT";
	color: #B61925;
	font-size:30px;	
	
	background-color:White;
  }

.Selecionado
{
	font-family: "Compacta Bd BT";
	color: #B61925;	
	background-color:White;
}

p {
color: #333333;
font-size: 10pt;
line-height:130%;
font-family: "Trebuchet MS", Verdana, Arial, Sans-serif, Courier New, Courier;
}

H1 {
	color: #333333;
	font-size: 13pt;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif, Courier New, Courier;
}

H2 {
	color: #333333;
	font-size: 10pt;
	line-height:130%;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif, Courier New, Courier;
}

H3 {
	color: #333333;
	font-size: 10pt;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif, Courier New, Courier;
}

H4 {
	color: #333333;
	font-size: 10pt;
	font-style: oblique;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif, Courier New, Courier;
}

.textoG
{
	color: #B61925;
	font-size: 15pt;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif, Courier New, Courier;
}

.textoP{
	color: #333333;
	font-size: 10pt;
	font-style: oblique;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif, Courier New, Courier;
}