        div a:link {
            text-decoration: none;
            color: #000000;
        }
        
        div a:visited {
            text-decoration: none;
            color: #000000;
        }
        
        div a:hover {
            text-decoration: underline;
            color: #000000;
        }
        
        div a:active {
            text-decoration: none;
            color: #000000;
        }
        
        
        .oculta {
            display: none;
			position: relative;
        }
        
        .normal {
            display: block;
        }
        
        #alinhaLoading{
            width: 201px;
            height: 106px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -53px;
            margin-left: -100px;
        }

        #contentLoading {
			position: relative;
            width: 888px;
            margin-bottom: 137px;
            padding-bottom: 20px;
            background-color: #FFFFFF;
            border: 1px solid #bccdd3;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px; 
            color: #2c5783;
            text-align: justify;
            line-height: 25px;
        }

		  #wrap {
			position: relative;
			min-height: 100%; /* Para browsera modernos */
			height: auto !important; /* Para browsera modernos */
			height: 100%; /* Para o IE6 */
		  }
    
        #container {
		    position: relative;
            width: 900px;
            left: 50%;
            margin-left: -450px;
        }
        
        #topo {
			position: relative;
			top: 0px !important;
			padding: 0px;
            width: 100%;
            height: 305px;
			min-height: 305px;
            height: 305px !important;
        }
        
        #menu {
            height: 88px;
            text-align: left;
            width: 888px;
            padding: 0px;
            margin: 0px;
			margin-bottom: 5px;
        }
              
        #content {
			position: relative;
            width: 888px;
            margin-bottom: 137px;
            padding-bottom: 20px;
            background-color: #FFFFFF;
            border: 1px solid #bccdd3;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px; 
            color: #2c5783;
            text-align: justify;
            line-height: 25px;
        }
        
        #main {
			float: left;
			border: 1px solid #CCCCCC;
			margin: 20px;
			margin-right: 0px;
            width: 660px;
            min-height: 100%;
        }
        
        * html #main {height: 100%;}
        
        #right {
            float: right;
			margin: 20px;
            width: 160px;
        }
        
        #footer {
			position: absolute;
			z-index: 10;
			background: url("../imagens/footer.png") center center repeat-x !important;
            width: 100%;
            height: 400px;
			min-height: 400px;
		    height: 400px !important;
			bottom: 0 !important;
        }
		
		#clearBoth {clear: both;}
                
        #textoPadrao {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px; 
            color: #2c5783;
            text-align: justify;
            line-height: 25px;
        }
        
        .boxForm {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px; 
            color: #2c5783;
            border: 1px solid #2c5783;
            background-color: #F8F7F7;
        }
        
        .boxFormFocus {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px; 
            color: #2c5783;
            border: 1px solid #2c5783;
            background-color: #FFDFAA;
        }