﻿body
{
    font-family: Verdana, Sans-Serif;
    background-color: #ebefdd;
    font-size:10px;
}
.tituloAccordion
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    background-color: white;
    font-size:13px;
    height: auto; 
}
.conteudoAccordion
{
    background-color: #FFF4FF;
    font-family: Tahoma;
    font-size: 11px;
    height: auto;
    border-right: #669966 1px solid;
    border-top: none;
    border-left: #669966 1px solid;
    border-bottom: #669966 1px solid;
    text-indent: 0pt;
}
.abertoAccordion
{
    background-color: #FFF4FF;
    font-family: Tahoma;
    font-size: 12px;
    text-indent: 0pt;
    border-right: #669966 1px solid;
    border-top: #669966 1px solid;
    border-left: #669966 1px solid;
    border-bottom: #669966 1px solid;
    height: auto;
}