BODY
	{
	font-family: sans serif, arial;
	background: white;
	margin-top: 1;
	margin-right: 6;
	margin-bottom: 1;
	margin-left: 6; 
	}
	
	
/* T E X T O */
h1      {
		background: #FFFFFF; color: black;
		font-size: x-small;  font-family: sans serif, arial;
		font-weight: normal;
		vertical-align=top;
		}
h1.cen  { text-align: center; }
h1.jus  { text-align: justify;} 		
h1.dir	{ text-align: right; }
h1.peqr	{ font-size: xx-small; text-align: right; }		
h1.peql	{ font-size: xx-small; text-align: left; }
h1.peqc	{ font-size: xx-small; text-align: center; }
		
/* M E N U */
h2  	{
  		background: #006633; color: white;
  		font-size: xx-small; font-family: sans serif, arial;
		font-weight: normal; }

h2.jus  { text-align: justify; } 
h2.cen  { text-align: center; }
h2.esq	{ text-align: left; }
h2.dir	{ text-align: right; }

/* TEXTO CINZA */
h3      {
		background: #CCCCCC; color: BLACK;
		font-size: x-small;  font-family: sans serif, arial;
		font-weight: normal;
		}

h3.jus  { text-align: justify; } 		
h3.dir	{ text-align: right; }


h4  	{
  		background:#336699; color: white;
  		font-size: xx-small; font-family: sans serif, arial;
		font-weight: normal; }

h4.jus  { text-align: justify; } 
h4.cen  { text-align: center; }
h4.esq	{ text-align: left; }
h4.dir	{ text-align: right; }

h5  	{
  		background: #006633; color: white;
  		font-size: x-small; font-family: sans serif, arial;
		font-weight: normal; }

h2.jus  { text-align: justify; } 
h2.cen  { text-align: center; }
h2.esq	{ text-align: left; }
h2.dir	{ text-align: right; }



/* L I N K S */	
A:link    { color: green    ; text-decoration: none; } /* link não visitado */
A:visited { color: green    ; text-decoration: none; } /* link visitado */
A:active  { color: green    ; text-decoration: none; } /* link ativo */
A:hover   { color: red   ; text-decoration: none; } 

A.pq:link    { color: green    ; text-decoration: none;	  font-size: x-small } /* link não visitado */
A.pq:visited { color: green    ; text-decoration: none;   font-size: x-small } /* link visitado */
A.pq:active  { color: green    ; text-decoration: none;	  font-size: x-small } /* link ativo */
A.pq:hover   { color: red   ; text-decoration: none;	  font-size: x-small } 

A.pdr:link    { color: white    ; text-decoration: none; } /* link não visitado */
A.pdr:visited { color: white   ; text-decoration: none; } /* link visitado */
A.pdr:active  { color: white    ; text-decoration: none; } /* link ativo */
A.pdr:hover   { color:yellow ; text-decoration: none; } 

A.menu:link    { color: white; text-decoration: none; } /* link não visitado */
A.menu:visited { color: white; text-decoration: none; } /* link visitado */
A.menu:active  { color: white; text-decoration: none; } /* link ativo */
A.menu:hover   { color: yellow; text-decoration: none; } 			

A.normal:link    { color: black; text-decoration: none; } /* link não visitado */
A.normal:visited { color: black; text-decoration: none; } /* link visitado */
A.normal:active  { color: black; text-decoration: none; } /* link ativo */
A.normal:hover   { color: green; text-decoration: none; weigth:600 ;} 			  
				  
/* M E N U DOWN */
all.clsMenuItemNS
	{
	font: bold x-small Verdana; color: white; text-decoration: none;
	}

.clsMenuItemIE
	{
	text-decoration: none; font: bold xx-small Verdana; color: white ; cursor: hand;
	}
	

