*{
}
body{
   font-family: sans-serif;
   width: 980px;
   margin: 0 auto;
   background: #F5F5F5 url('imagens/bgd2.gif') repeat-y center; 
}


#body h1, #header h1, #toc{
   color: #003366;
   text-indent: 20px;
   padding: 15px;
}
#body h2, #body h3{
   color: #003366;
   text-indent: 20px;
}

hr{
   color: #ddd;
   background-color: #ddd;
   height: 5px;
   float: left;
   width: 100%;
}
#body h1, #header h1, #toc{
   color: #003366;
   background-color: #F3F1E9;
   padding: 15px 0;
   text-indent: 15px;
   border: 1px solid #003399;
   float: left;
   width: 100%;
}

#header h1{
   font-size: 22px;
   text-align: center;
}

#header h2, #header h3{
   font-size: 14px;
   color: #000;
   margin: 0;
   text-align: center;
}

#header h3{
   margin-bottom: 10px;
}

#toc, #toc ul li a{
   color: #003366;
}

#toc ul li a:hover{
   background-color: #E8EDF9;
}


#body h1{
   font-size: 22px;
}

#body h2{
   font-size: 20px;
}

#body h3{
   font-size: 18px;
}

#body img{
   border: 1px solid #003399;
   padding: 10px;
   margin: 10px;
}

#body pre{
   border: 1px outset gray;
   padding: 3px 0;
   color: #eee;
   background-color: #222;
   line-height: 16px;
   float: left;
   width: 100%;
}

#body p{
   text-indent: 25px;
   float: left;
   width: 100%;
}
a[href$=".pdf"], a[href^="mailto"]{
   color: #003366;
}
a[href^="http"]{
   padding-right: 10px;
}

a:hover, a[href^="http"]:hover{
   background-color: #E8EDF9;
   
}

a[href^="http"]:link{
   color: #003366;
   background-image: url('imagens/iconlink.gif');
   background-repeat: no-repeat;
   background-position: center right;
}

a[href^="http"]:visited{
   background-image: url('imagens/iconlink-visited.gif');
   background-repeat: no-repeat;
   background-position: center right;
   color: #A60056;
}

div#rodape{
   border-top: 2px solid #ddd;
   float: left;
   font-size: 10px;
}
div#rodape a img{
   border: 0;
   padding: 0;
}
div#rodape a[href^="http"]:visited, div#rodape a[href^="http"]:link{
   background: none;
}
div#rodape a, div#rodape span, div#rodape p{
   float: left;
   
}
div#rodape {
   margin-bottom: 20px;
}

