a{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #0066CC;
	text-decoration:none;
}

a:hover{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #009999;
	text-decoration:none;
}

.Títulos {
	font-family: tahoma, Arial, Verdana;
	font-size: 16px;
	color: #3399cc;
	font-weight: bold;
}
.SubTítulos {
	font-family: tahoma, Arial, Verdana;
	font-size: 14px;
	color: #3399cc;
	font-weight: normal;
	font-style: italic;
}


.Textos {
	font-family: tahoma, Arial, Verdana;
	font-size: 13px;
	color: #333333;
}
.DestaquesTextos {
	font-family: tahoma, Arial, Verdana;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.TextosItalic {
	font-family: tahoma, Arial, Verdana;
	font-size: 13px;
	color: #333333;
	font-style: italic;
}

.Assina {
	font-family: tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.DestaquesAssina {
	font-family: tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #339966;
}
.Assinavermelho {
	font-family: tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}


.GeralFundo_superior {
	background-attachment: scroll;
	background-image: url(imagens/GeralFundo_superior.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.GeralFundo_central {
	background-attachment: scroll;
	background-image: url(imagens/GeralFundo_central.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
