
body {
background-color: #eee;
background-repeat: repeat-x;
background-image: url(fundo.jpg);
background-position: top;
margin : 0;
}
.font {
font-family: Tahoma, Arial, "Times New Roman";
font-size: 11px;
color: #707270;
}
.planos {
font-family: Tahoma, Arial, "Times New Roman";
font-size: 12px;
color: #666666;
}
.paineis {
font-family: Tahoma, Arial, "Times New Roman";
font-size: 09px;
color: #fff;
}
.font-azul-claro {
font-family: Tahoma, Helvetica, sans-serif;
color: #0882DE;
font-size: 11px;
font-weight: bold;
}
.font-azul-escuro {
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #00519C;
font-size: 11px;
font-weight: bold;
}
.font-branca-paineis {
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #fff;
font-size: 12px;
font-weight: bold;
}
.titulos {
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #0071BD;
font-size: 12px;
font-weight: bold;
}
.plano {
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #0071BD;
font-size: 14px;
font-weight: bold;
}
.obs {
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #999;
font-size: 10px;
font-weight: none;
font-style: italic;
}
.form {
font-family: Tahoma, "Trebuchet MS", Verdana;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: 400;
font-variant: normal;
color: #707270;
background-color: #f7f7f7;
border: 1px solid #eeeeee;
margin: 0;
padding: 2px;
}
.form_bt {
font-family: Tahoma, "Trebuchet MS", Verdana;
font-size: 10px;
font-style: normal;
line-height: normal;
font-weight: 700;
font-variant: normal;
color: #00519C;
background-color : #eee;
border: 1px solid #a6b2b3;
margin: 0;
padding: 0;
}
A:link, A:visited {
color: #0071BD;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration : none;
}
A:hover, A:active {
color: #353D7E;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
}
/* links de text */
.links:link, .links:visited { 
color : #333;
text-decoration : none;
} 
.links:hover, .links:active { 
color : #666666;
text-decoration : none;
} 
/* menu do top */
.home:link, .home:visited { 
color : #fff;
font-weight: bold;
text-decoration : none;
} 
.home:hover, .home:active { 
color : #fff;
font-weight: bold;
text-decoration : underline;
} 