﻿body
{
	font-family: Arial, Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 0px;
	font-size: 0.8em;
	color: #6A2300;
	background-color: antiquewhite;    /*background-color: linen;*/
}

.menutop 
{
    Font: bold 12px Arial,Verdana,sans-serif; 
    padding-left: 2px; 
}
.submenu 
{
    Font: bold 11px Arial,Verdana,sans-serif; 
    padding-left: 5px; 
}


/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h2
{
	color: #E80000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h3
{
    color: #E80000;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

h4
{
    color: #E80000;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #E80000;
}

h2 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #E80000;
}

h3 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #E80000;
}

h4 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #E80000;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

/*
#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #C89F3D;
}
*/

.TDconteudo 
{
 text-align:left; 
 background-position: center top; 
 background-attachment: fixed; 
 background-repeat: repeat-y; 
 /*background-color: antiquewhite; */
 background-color: linen;
 height:400px; 
 vertical-align:top; 
 padding:20px 5px 10px 5px;
}

.TDrodape
{
    height: 60px; 
    background-color: indianred;
}