/* Folha de estilo geral do site ------------------------------------------ */
* { margin: 0px; padding: 0px; }

body {
    background-color: #eee;
    font-family: verdana, arial;
    font-size: 8pt;
    text-align: center;
}

table#form input, textarea {
    background-color: #eee;
    padding: 0px;
}
ul#leftMenuUl li, ul#leftSubMenuUl li {
    list-style-image: url(../image/menuList.jpg);
    padding: 1px 0px 1px 0px;
    list-style-position: inside;
    cursor: hand;
    font-weight: bold;
}
ul#leftSubMenuUl li {
    list-style-image: url(../image/subMenuList.jpg);
    padding: 1px 0px 1px 10px;
}
ul#leftSubMenuUl span {
    text-decoration: none;
    font-weight: normal;
}
#galeryLink {
    color: #a00;
    text-decoration: none;
}
#galeryLink img {
    border: 0px;
}
#radioLeftMenu, #leftMenu, #leftSubMenu {
    color: #000;
    text-decoration: none;
}
#leftSubMenu {
    font-weight: normal;
}
#darkRedLink {
    color: #a00;
    text-decoration: none;
}
#menuPags {
    width: 94%;
    color: #000;
    background-color: #ddd;
    border: solid #aaa 1px;
    padding: 1px;
}
#menuPags a {
    color: #a00;
    text-decoration: none;
}
#menuPags a:hover {
    text-decoration: underline;
}
#menuPags span {
    font-weight: bold;
}
#menuInf {
    text-align: center;
    font-weight: bold;
}
#menuInf a {
    color: #fff;
    text-decoration: none;
}
#menuInf a:hover {
    text-decoration: underline;
}
table#infosDet, table#form {
    font-size: 10pt;
}
#warning {
    color: #f00;
    font-weight: bold;
}
