* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	margin: 0px;
	
	background-image: url(../../others/images/back-pagina.png);
	background-repeat: repeat-x;
	
	background-color:#E6EBF0;
}

h1 {
    
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #16284E;
}


h2, h3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #16284E;
}

h3 {
    text-decoration: underline;	
}

a {
    color: #666;	
}

#hintbox{ /*CSS for pop up hint box */
    position: absolute;
    top: 0;
    background-color: lightyellow;
    width: 150px; /*Default width of hint.*/ 
    padding: 3px;
    border:1px solid black;
    font:normal 11px Verdana;
    line-height:18px;
    z-index:100;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    visibility: hidden;
}
            
            

#externo {
    width: 779px;
    height: 100%;
    margin: auto;
    margin-top: 40px;
}

#externo-topo {
    width: 779px;
    height: 120px;
    
    background-image: url(../../others/images/back-externo-topo.png);
    background-repeat: no-repeat;
    
    position: relative;
}

#externo-meio {
	width: 759px;
    
    background-image: url(../../others/images/back-externo-meio.png);
    background-repeat: repeat-y;
    
    position: relative;
    
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    
    float: left;
}

#conteudo {
	position: relative;
    float: left;
    clear: both;
}

#externo-rodape {
    width: 779px;
    height: 76px;
    
    background-image: url(../../others/images/back-externo-rodape.png);
    background-repeat: no-repeat;
    
    
    text-align: center;
    
    padding-top: 10px;
        
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    
    line-height: 20px;
    
    position: relative;
    
    float: left;
    
    margin-bottom: 40px;
}

/* topo */
#logotipo {
	position: absolute;
    top: 15px;
    left: 15px;
}

#menu-topo-pequeno {
	position: absolute;
	top: 10px;
	right: 20px;
	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

#menu-topo-pequeno li {
	float: left;
	list-style: none;
	
	margin-left: 10px;
}

#menu-topo-pequeno a {
    color: #16284E;
}

#menu-topo-grande {
    position: absolute;
    bottom: 0px;
    right: 10px;
    
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#menu-topo-grande li {
    float: left;
    list-style: none;
    
    margin-left: 5px;
    width: 101px;
    height: 30px;
    
    background-image: url(../../others/images/back-item-menu.png);
    background-repeat: no-repeat;
    
    text-align: center;
}

#menu-topo-grande a {
	padding-top: 8px;
	width: 100%;
	height: 100%;
    color: #16284E;
    text-decoration: none;
    
    display: block;
    
    letter-spacing: 1px;
}


/* fim - topo */

/* meio */

#traco-topo {
    width: 759px;
    height: 3px;
    background-color: #C3C3C2;
    
    position: relative;
    top: 0px;
    margin-bottom: 5px;
}

#traco-rodape {
    width: 759px;
    height: 3px;
    background-color: #133B5E;
    
    position: relative;
    clear: both;
    float: left;
    
    margin-top: 10px;
}


/* fim - meio */