/* CSS Document */

   body {
        font-family:Verdana;
		font-size:10px;
        margin: 0 0 0 0;
		background-color:#293439;
    }

/* Estilos Menu -- Inicio */
    #menu {
        /* Dimensues */
        width: 120px;
        height: 18px;
        margin-bottom: 1px;
        /* Background do a:hover */
        background:  url("imgs/layout/menu_btt_back.jpg") top left ;
        /* Alinhamento */
        align: center;

    }

    #menu a {
        /* coisas do menu */
        display: block; 
        overflow: hidden; /* se passar do limite da imagem (120px) nco mostrar o resto */ 
        /* Configuragco da fonte */
        color: #fff;
		font-family:"Trebuchet MS", Verdana, Arial;
        font-size: 9pt;
        text-decoration: none;
        text-align:  left;
        /* Background do a */
        background:  url("imgs/layout/menu_btt_back_2.jpg") top right ;
		
    }

    #menu a:hover { 
        background-image: none;
        color: #ccc;
    }
	
	#menu a:hover { 
        background-image: none;
        color: #ccc;
		
    }

    .caixa_menu {
        font-family: Verdana;;
        font-size: 10px;
        color: #FFFFFF;
        background-color: #CB4747;
        border: 0 none;
        margin-right: 2px;
        height: 17px;
    }

    .button_menu {
        font-family: Verdana;
        font-size: 9px;
        color: #FFFFFF;
        background-color: #CB4747;      
        border: #870000;
        border: 0 none;
        width: 21px;
        height: 19px;
		font-weight:bold;
    }
    .text_menu a:hover{
        font-family: Verdana;
        font-size: 9px;
        color: #870000;
        text-align: left;
    }
	.text_menu a{
        font-family: Verdana;
        font-size: 9px;
        color: #FFFFFF;
        text-align: left;
    }
	.cont_tit{
	    font-family: Verdana;
	    font-size:18px;
		color: #666666;
		font-weight:bold;
	}
	.cont_sub_tit{
	    font-family: Verdana;
	    font-size:13px;
		color: #666666;
		font-weight:bold;
	}
	.cont{
	    font-family: Verdana;
	    font-size:11px;
		color: #666666;
		
	}

/* Estilos Menu -- Fim */
/* Estilos Banner -- Inicio */

    .banner_tit {
        color: #666;
        font-family: Verdana;
        font-size: 11pt;
        margin-bottom: 0px;
        font-weight: bold;
        margin-top: 0px;
    }

    .caixa_banner {
        background-color: #E0E0E0;
        border: 0 none;
    }

    .button_banner {
        font-family: Verdana;
        font-size: 9pt;
        color: #666;
        background-color: #E0E0E0;
        border: 0 none;
    }

    .banner {
        font-family:Verdana;
        font-size: 9pt;
        color: #666;
    }

    .banner a {
        font-size: 9pt;
        color: #666;
    }

/* Estilos Banner -- fim */
/* Estilos Conteudo -- Inicio */

    .normal {
        font:Verdana;
        color: #666;
        font-size: 10pt;
        text-indent: 0.5cm;
        text-align: justify;
    }

   .normal1 {
        font:Verdana;
        color: #666;
        font-size: 10pt;
        text-align: justify;
    }
	
    h2 {
        color:#C00;
        font-family:Verdana;
        font-weight:bold;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-size: 19px;
    }

    h3 {
        color:#999;
        font-family:Verdana;
        font-weight:bold;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-size: 12px;
    }

    h5 {
        color:#666;
        font-family:Verdana;
        font-weight:bold;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-size: 11pt;
    }

    hr {
        border: 0 none; 
        border-top: 2px dotted #ccc;
    }
/* Estilos frm */
   .btn_busca {
       height:17px;
	   width:19px;
	   background-color:#666666;
	   font-weight:bold;
	   font-size:10px;
	   color:#FFFFFF;
	   border:none;
	   margin:0px 5px 0 0;
}

   .input_busca{
       width:156px;
       height:13px;
       border: 1px solid #666666;
       
   }
	
/* Estilos Conteudo -- fim */
/* Estilos Gerais -- Inicio */
	a {
		color: #666;
		font-size: 10pt;
		text-decoration:none;
		
	}
	
	a:hover { 
        color: #000;
		text-decoration:none;
    }
	a.casamento {
		color: #ffffff;
		font-size: 11px;
		text-decoration:none;
		
	}
	a.casamento:hover {
		color: #870000;
		font-size: 11px;
		text-decoration:none;
		
	}
	
	p.casamento {
		color: #ffffff;
		font-size: 10pt;
		text-decoration:none;
		cursor:hand;
		
	}
	.img_curs {
		cursor:hand;
		border-top:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		border-bottom:7px solid #9B3333;
		border-left:1px solid #CCCCCC;
		
		
	}
