body
{
    margin: 0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    padding: 0;
    background: white url(../images/grad.gif) repeat-x 0 0;
    color: #00305c;
    font-size: 11px;
}

p, blockquote, ul, ol
{
    text-align: justify;
}

p
{
}

a
{
    text-decoration: none;
}

img
{
}
.bold
{
    font-weight: bold;
}
/* Content */

#content
{
    width: 770px;
    margin: 0 auto;
}

/* Content > Main */

.main
{
    background: white url(../images/gradcinza.gif) repeat-x 0 0;
}

/* Content > Main > Welcome */

#welcome
{
}

/* Content > Main > Example */

#example
{
}

/* Content > Sidebar */

#sidebar
{
    float: left;
    width: 268px;
}
/* Content > Sidebar > Menu */

#menu
{
    margin-bottom: 30px;
    border-bottom: 4px solid #EBEBEB;
}

#menu ul
{
    margin: 0;
    list-style: none;
    line-height: normal;
}

#menu li
{
    display: inline;
}

#menu a
{
    display: block;
    padding: 10px 0 10px 24px;
    border-top: 1px solid #EBEBEB;
    color: #385B88;
}

#menu a:hover, #menu .active a
{
    background: #ffffff url(../images/gradmenu.gif) repeat-x left bottom;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

/* Footer */

#footer
{
    clear: both;
    padding: 20px 50px;
    width: 770px;
    margin: 0 auto;
    background: #EAEAEA url(../images/img6.gif) repeat-x left top;
}

#footer p
{
    width: 770px;
    margin: 0 auto;
    font-size: x-small;
}

/* Footer > Legal */

#legal
{
}

/* Footer > Links */

#links
{
}
/*Tamanhos letras*/
.size9
{
    font-size: 9px;
}
.size10
{
    font-size: 10px;
}
.size11
{
    font-size: 11px;
}
.size12
{
    font-size: 12px;
}
.size13
{
    font-size: 13px;
}
.size14
{
    font-size: 14px;
}
.size18
{
    font-size: 18px;
}
.size22
{
    font-size: 22px;
}
.size24
{
    font-size: 24px;
}

/*Cores Letras*/
.vermelhoencel
{
    color: #e42727;
}
.azulencel
{
    color: #0074b1;
}
.branco
{
    color: #FFFFFF;
}
