@charset "UTF-8";
/* CSS Document */

img{
border:0px;
}

a{
color: #FFFFFF;
font-size:10px;
font-family: Trebuchet MS;
font-weight: normal;
text-decoration: none;
}

a:hover{
color: #FFFFFF;
font-size:10px;
font-family: Trebuchet MS;
font-weight: normal;
text-decoration: underline;
}

.nome{
color: #FFFFFF;
font-size:12px;
font-family: Trebuchet MS;
font-weight: bold;
}

.titulo{
color: #FFFFFF;
font-size:12px;
font-family: Trebuchet MS;
font-weight: bold;
}

.cabecalho{
color: #FFFFFF;
font-size:10px;
font-family: Trebuchet MS;
font-weight: normal;
}

.rodape{
color: #FFFFFF;
font-size:9px;
font-family: Trebuchet MS;
font-weight: normal;
}

/*tooltip css*/
/*div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: black;
    font-size: 16px;
    font-family: Trebuchet MS;
    width: 25em;
    font-weight: bold;
    background: url(../imagens/balloon.png);
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}*/
/*div.nicetitle p {
    margin: 0; padding: 0 3px;
}*/
/*div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
	color: black;
}*/

