a.link
{	color: white;
}

.normal 
{
	font-family: times, "Times New Roman", palatino, serif; 
	font-size: 12pt;
	color: black;
}

.normalMenor 
{
	font-family: times, "Times New Roman", palatino, serif; 
	font-size: 11pt;
	color: black;
}

.normalMaior 
{
	font-family: times, "Times New Roman", palatino, serif; 
	font-size: 14pt;
	color: black;
	font-weight: bold;
}

.data
{
	font-family: times, "Times New Roman", palatino, serif;
	font-size: 10pt;
	font-weight: bold;
}

.titulo
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
}

.tituloMenor
{ 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
}

.subTitulo
{
	font-family: times, "Times New Roman", palatino, serif; 
	font-size: 18pt;
	color: blue;
}

.periodos
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: red;
}

.textoPaginas
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.linkando
{
	font-family: times, "Times New Roman", palatino, serif;
	font-size: 12pt;
}

.textoPequeno
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: black;
}

.textoMinusculo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	color: black;
}

.som
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: red;
}

/*Define os titulos das paginas*/
	#title  {
		font: bold 26pt Verdana, Arial, Helvetica, sans-serif;
		position: relative;
		top: 5px;
		left: 5px; }