/* CSS Document */
/* Elementos gerais */
body {
background-image:url(bg_bd_rimax.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#333399;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
}
a {
color:#FFCC00;
text-decoration:none;
font-weight:600;
}
a:hover {
text-decoration:none;
border-bottom:#333399 1px solid;
color:#fff;
padding-bottom:1px;
}
a:active {
color:#666;
text-decoration:none;
}
ul {
list-style:none;
}
ul li{
list-style-image:url(ul_li_rimax.gif);
line-height:150%;
}
/* Divs especiais */
#menu {
background-color:#FFF;
font-size:12px;
text-align:center;
font-weight:bold;
color:#aaa;
}

#menu a{
color:#111;
margin-left:4px;
padding-left:12px;
padding-right:5px;
}
#menu a:hover{
background-image:url(bg_bt_rimax.jpg);
background-position:top left;
color:#FFCC00;
font-weight:bold;
}
#conteudo {
background-color:#fff;
color:#222;
padding:18px;
text-align:left;
min-height:400px;
}
#rodape {
line-height:180%;
text-align:center;
font-size:11px;
}

/* Elementos Gerais */
h1 {
font-size:15px;
font-style:italic;
font-weight:700;
color:#222;
border-bottom:1px solid #333399;
padding-bottom:6px;
}
h2 {
font-size:13px;
font-weight:bold;
color:#222;
}
h3 {
font-size:12px;
font-weight:bold;
color:#222;
text-align:right;
}
