html{
    color: #000;
    background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
    margin: 0px;
    padding: 0px;
}

html, body
{
    background-color: #FFF;
    background-image: url(../_img/bg.jpg);
}

body
{
    font-size:12px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    color: #666;
}

a{
    text-decoration: none;
}

#Main{
    width: 600px;
    height: 290px;
    position:absolute; 
    top:50%; 
    margin-top:-145px;
    left:50%;
    margin-left:-300px;
    text-align: center;
}

#Top h1{
    font-size: 32pt;
    color: #0000CC;
}
#Main h2{
    font-size: 12pt;
}
h1 a{
    color: #0000CC;
}

.certificacao{
    margin: 20px 0 20px 0;
}

#Content{

}
#Content ul{
    list-style: none;
}
#Content ul li{
    text-transform: uppercase;
    font-size: 18pt;
    font-weight: bold;
    color: #FF0000;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    margin-right: 30px;
}
#Content ul li div{
    text-transform: none !important;
    font-size: 12pt !important;
    font-weight: normal;
}
#Content ul li div img{
    position: relative;
    top: 5px;
}
#Content ul a{
    color: #0099FF;
}

#Footer{
    margin-top: 40px;
    font-size: 10pt;
    font-weight: bold;
}