/**************************************************************************************/
/* Estilo - Formulário */
   .input-0 {
            font-size: 12px;
            font-family: arial, helvetica, sans-serif;
            color: #000000;
            height: 20px;
            margin-left: 0px;
            padding-left: 5px;
			}
   .text-0  {
            font-size: 12px;
            font-family: arial, helvetica, sans-serif;
            color: #000000;
            margin-left: 0px;
            padding: 5px;
            }
   .table-0 { 
            font-family: arial, helvetica, sans-serif; 
            font-size: 12px;
			font-weight: bold; 
			color: #333333; 
	        }			 
/**************************************************************************************/
/* Estilo de link's c/ cursores (ponteiros do mause)
      cursor: auto;
      cursor: crosshair;
	  cursor: default;
	  cursor: move;
	  cursor: e-resize;
	  cursor: ne-resize;
	  cursor: nw-resize;
	  cursor: n-resize;
	  cursor: se-resize;
	  cursor: sw-resize;
	  cursor: s-resize;
	  cursor: w-resize;
	  cursor: text;
	  cursor: wait;
	  cursor: help;	  
	  cursor: pointer/hand;
	  cursor: foobar;
	  */  
   
    a  {text-decoration: none; onfocus=if(this.blur)this.blur();}	
	
/**************************************************************************************/
/* Estilo de textos */	
   .style-0 { 
            font-family: arial, helvetica, sans-serif; 
            font-size: 11px; 
			font-weight: bold;
			color: #333333; 
	        letter-spacing: 0px;
			text-align: left;
			text-indent: 1cm;
			/*text-decoration: overline;*/
			/*text-decoration: line-through;*/
			/*text-decoration: underline;*/
			text-decoration: none;
			}
   /* Primeira letra maiúscula */
   .style-1:first-letter 
            { 
            color: black; 
            font-size:xx-large 
			}
   /* Paragrafo */
   .style-2 {
            text-indent: 0.8cm;
            padding: 10px;
            }
   .style-3 {
            padding-left: 10px; 
            font-size: 12px;
			font-weight: bold; 
			color: #333333; 
	        }   
/**************************************************************************************/
/* Estilo das tabelas */
   table    { 
            font-family: arial, Lucida Sans Unicode, helvetica, sans-serif; 
            font-size: 11px; 
			font-weight: normal;
			color: #333333; 
            }   
/**************************************************************************************/
/* Listas e marcadores */
   ul.disc    { list-style-type: disc   }
   ul.circle  { list-style-type: circle }
   ul.square  { list-style-type: square }
   ul.none    { list-style-type: none   }
   ul.imagem  { list-style-image:  url("../img/seta.gif") }
<!--// -->
   ol.decimal { list-style-type: decimal     }
   ol.lroman  {	list-style-type: lower-roman }
   ol.uroman  {	list-style-type: upper-roman }
   ol.lalpha  {	list-style-type: lower-alpha }
   ol.ualpha  {	list-style-type: upper-alpha }
   
/**************************************************************************************/
/* Links & Marcadores */  
  #navcontainer a { list-style-image: url("../img/bullet.gif");
    font-size: 10px;
    display: block;
    color: #000000;
    background-color: transparent;
    width: 22em;
    padding: .2em .8em;
    text-decoration: none;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;}
	
#navcontainer a:hover { list-style-image: url("../img/bullet_hl.gif");
    background-color: #CCCCCC;
    color: #FFFFFF;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;}
  	
/**************************************************************************************/
/* Conteúdo, (imagem) atras do texto.
   O valor por omissão da propriedade z-index é 0. A imagem tem o z-index com valor -1, 
   pelo que a sua prioridade é inferior. Por isso ela aparecerá atrás do restante conteúdo.
   Exemplo: <img class="x" src="1.gif"> */		
   img.x     { 
             z-index: -1;
			 position: absolute; 
			 right: 16pt; top: 88; 
			 }
/**************************************************************************************/
/* Estilo background's
   Imagens de fundo, fixas (não aconpanham o deslocamento da página) */	
.bgend   { background: url("../img/endereco01.gif"); 
           background-repeat: no-repeat; 
           background-attachment: fixed; 
		   background-position: right top; }
		   
.bgparc  { background: url("../img/parceiros.gif"); 
           background-repeat: no-repeat; 
           background-attachment: fixed; 
		   background-position: left top; }
		   
#style {border: 1px solid white}
