html {	height:100%; }
body {	padding: 0px;
		margin: 4px 0px 0px 0px;
		background-image: url('../i/bkg/oc_bkg_azul.jpg');
		width: 100%;
		height: 100%;
		font-family: Verdana, Arial, monospace, sans-serif;
		color: #000000;
		font-style: normal; 
		font-weight: normal;
		text-align: center;
		text-decoration: none; }
		
h1, h2, h3 {margin: 0px;}
h1 {font-size: 130%;}
h2 {font-size: 110%;}
h3 {font-size: 100%;}

a img {border: 0px;}

table {border: 0px;}

p 	{margin: 0px 0px 0px 0px; }

td	{background-image: url('../i/bkg/bkg_sepia.jpg');
	 font-size: 11px;}	

/* Centrar Tabela - Todos os browsers*/
div.centered { text-align: center; }
div.centered table { margin: 0 auto; 
					 text-align: left;
}

/* Alinhamento de objectos <p>*/ 

/* Fontes Corpo Gerais: FOLHA ROSTO */
/* N.B: Todos os filhos herdam dos pais > BODY: H1, P (STRONG), UL (LI), ... */
/* Propriedades que não são herdadas: background (filhos são transparentes).*/

.hide {display: none;}
    		
div 			{font-size: 0.69em;
				text-align: left; 
				color: #000000;
				text-decoration: none; }				
					
.hide 		{display: none;}
.ajuda		{color: #FFCC33; text-align: right;}

/* Imagem do Cursor sobre os objectos */
img.ajuda		{cursor: help;}

/* Navegacao em branco */
a:link 		{color: #FFFFFF; text-decoration: none;}
a:visited 	{color: #FFFFFF; text-decoration: none;}
a:hover 	{color: #FFFFFF; text-decoration: underline;}
a:active 	{color: #FFFFFF; text-decoration: underline;}

/* navegacao em amarelo: Default */
a.nav_yellow:link 			{color: #ffcc00; text-decoration: none;}
a.nav_yellow:visited 		{color: #ffcc00; text-decoration: none;}
a.nav_yellow:hover 			{color: #ffcc00; text-decoration: underline;}
a.nav_yellow:active 		{color: #ffffff; text-decoration: underline;}

/* Navegação em preto */
a.nav_black:link 	{color: #000000; text-decoration: none;}
a.nav_black:visited {color: #000000; text-decoration: none;}
a.nav_black:hover   {color: #000000; text-decoration: underline;}
a.nav_black:active  {color: #FFFFFF; background-color: #FFCC00; text-decoration: underline;}

/* Restantes cores: */
.tit_white 		{color: #ffffff;}
.tit_yellow 	{color: #ffcc00;}
.tit_yellowb 	{color: #ffcc00; font-weight: bold;}
.tit_peqbk		{font-weight: bold; color: #000000;}
.tit_blk		{font-weight: normal; color: #000000;}