@charset "utf-8";
/* Este arquivo estiliza as tabelas em HTML do Radar */

body{
    margin:0px;
}
table{
    margin:auto;
}
.titlecenter{
	color:#FFF; /* define cor da fonte do titulo branco. */
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;/* define o estilo de fonte */
    font-size: 27pt;/* define o tamanho da fonte */
    font-weight: bold;/* define a fonte em negrito */
    text-align: center;/* alinha o texto ao centro */
    padding: 15px;/* define espaçamento interno */
	margin-bottom: 20px; /* define margem no rodape */
	background: #6699ff;
}
.logo td{
    width:150px;
    vertical-align:baseline;
}
.logo a:hover{
    opacity: 0.65;
    transition: 0.4s;
}
.logo a{
    transition-duration: 0.5s;
}
