P.topico {
	font-family: Arial;
	font-size : 12pt;
	color : Maroon;
	font-weight: bold;
	text-decoration: none;
}
P.subTopico {
	font-family: "MS Sans Serif", Geneva, sans-serif,Verdana;
	font-size : 10pt;
	color : #990033;
	font-weight: bold;
	text-indent : 20px;
}
P.secao {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight : bold;
	color: black;
	text-indent : -20px;
	margin-left : 60px;
}
P.descricao {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight : normal;
	color: black;
	margin-top: 0px;
	text-align : justify;
	margin-left : 40px;
}
P.texto {
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	color: black
}
P.codigoExemplo {
	font-family: monospace;
	font-size: 10pt;
	font-weight : normal;
	color: #3B3B3B;
	margin-left : 40px;
}
P.menuTitulo {
	font-family : "Comic Sans MS";
	font-size : 12pt;
	font-weight : bold;
	color : White;
}
P.menuCategoria {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	font-weight : bold;
	color : White;
	margin-left : 20px;
	margin-top : 0px;
}
P.menuItem {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	font-weight : normal;
	color : White;
	margin-left : 40px;
	margin-top : 0px;
}
Font.texto {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: black
}
Font.descricao {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight : bold;
	color: White;
	margin-top: 0px;
	text-align : justify;
	margin-left : 40px;
}
Font.palavraReservada {
	font-family: Fixedsys;
	font-size: 12pt;
	font-weight : normal;
	color: #0033CC;
}
Font.constante {
	font-family: Fixedsys;
	font-size: 12pt;
	font-weight : normal;
	color: #996600;
}
Font.comentario {
	font-family: Fixedsys;
	font-size: 12pt;
	font-weight : normal;
	color: black
}
Font.obrigatorio {
	font-family: Fixedsys;
	font-size: 12pt;
	font-weight : normal;
	color: Teal
}
Font.opcional {
	font-family: Fixedsys;
	font-size: 12pt;
	font-weight : normal;
	color: #525252
}
A:VISITED, A:LINK {
	color : #0000CC;
	text-decoration : underline;
}

A:ACTIVE, A:HOVER {
	color : Red;
}


Body.conteudo {
	background-color : #FFFFFF;
}
Body.menu {
	background-color: #003366;
}

