	/*
================================================================================
Cascading Style Sheet - Folha de Estilos

Site: Politeno

Criado por: Danilo Marques Araujo

Criado em: 27/04/2005

================================================================================
*/

body {
    margin                 : 0;
    padding            	   : 0;
}

img {
    border                   : 0;
}

 
/*..:: TEXTOS ..::*/

     .txtpreto  {
        color              : #000000;
        text-decoration    : none;
        font-size          : 11px;
        font-family        : verdana, arial;
     }     
     
     
     .txtbranco  {	
        color              : #ffffff;
        text-decoration    : none;
        font-size          : 11px;
        font-family        : verdana, arial;
     }     
     
     
     .txtcinza  {	
        color              : #838383;
        text-decoration    : none;
        font-size          : 11px;
        font-family        : verdana, arial;
     }   
     
     .txtvermelho  {
        color              : #D10D0D;
        text-decoration    : none;
        font-size          : 11px;
        font-family        : verdana, arial;
     } 
     
     .txtamarelo  {
        color              : #FFFF00;
        text-decoration    : none;
        font-size          : 11px;
        font-family        : verdana, arial;
     }      
     
     .txtazul  {
        color              : #5081AC;
        text-decoration    : none;
        font-size          : 11px;
        font-family        : verdana, arial;
     }        
     
      
/* ..:: OBJETOS DE FORMULÁRIO ..:: */

     .inputAzul {
        font-size          : 9px;
        border-width       : 1px;
        border-color       : #4B668D;
        border-style       : solid;
        padding            : 0;
        height             : 15px;
     }
          
     .combos {font-size: 12px;}     
     
     .comboInvestidores{
       width               : 394px;
       background-color    : #F2F2F2;
     }
     
     #select select {
        font-family : timesRoman;
        font-size  : 9px;
        background : #EEE;
        color      : #555;
     }
     

     #div_principal {
        width	     :774px;
        margin-left  :5px;
        height	     :94%
     }
     
     #rodape {
        margin		 : 0 0 0 2;
        background-color : #3A5978;
        width            : 765px;
        height		 : 35;
        float            : left;
     }
     
     
     #menu {
	background-color   :#91B1D0;
	margin             : 0 5 2 5;
	padding            :3px
	
	
     }
     
     #newsletter {
	background	   : url('/imagens/bg_newsletter.gif') no-repeat center left;
	margin		   : 10 0 10 2px;
	width              : 164px;
	height	           : 228px;
     }     
     
     
     #quadro_destaques {
	background-color   :#7592AF;
	margin             : 0 5 5 0;
	padding            :3px
	
     }          
     
     
/* LINKS */

	/* Esta classe é a DEFAULT para todos os links sem CLASS */
	A:link    {COLOR: #A7D3FF; text-decoration: none}
	A:visited {COLOR: #78B6F3; text-decoration: none}
	A:active  {COLOR: #EEEEEE; text-decoration: none}
	A:hover   {COLOR: #EEEEEE; text-decoration: none}
	
	/* A classe "lbranco" */
	A.lazul:link    {COLOR: #5081ac; FONT-SIZE: 11px; text-decoration:}
	A.lazul:visited {COLOR: #5081ac; FONT-SIZE: 11px;text-decoration:}
	A.lazul:active  {COLOR: #5081ac; FONT-SIZE: 11px;text-decoration:}
	A.lazul:hover   {COLOR: #0e395f; FONT-SIZE: 11px;text-decoration:}     

	/* A classe "lservico" */
	A.lservicos:link    {color: #475F9A; text-decoration: none;}
	A.lservicos:visited {color: #475F9A; text-decoration: none;}
	A.lservicos:active  {color: #475F9A; text-decoration: none;}
	A.lservicos:hover   {color: #133589; text-decoration: none; font-weight: bold;}

	/* A classe "lazul" */
	A.lazul:link    {COLOR: #5081ac;}
	A.lazul:visited {COLOR: #5081ac;}
	A.lazul:active  {COLOR: #5081ac;}
	A.lazul:hover   {COLOR: #0e395f;}     


	/* A classe "lmenu" */
	A.lmenu:link    {COLOR: #ffffff;}
	A.lmenu:visited {COLOR: #ffffff;}
	A.lmenu:active  {COLOR: #ffffff;}
	A.lmenu:hover   {COLOR: #0e395f;background: #80a5c9;}     
	A.lmenu         {background-color   : #91B1D0;
			 margin             : 0 5 2 5;
			 padding            : 3px;
			 display            : block;
			 font-family        : verdana, arial;
			 font-size          : 11px;
			 
			 }
	
     
     
     
     
     
     
