body{
	background-color: #c2c2c2;
	background-image: url(imagens/fundo.gif);
	background-repeat: repeat-x;
	}

.cabecalho{
	background-image: url(imagens/cabecalho3.png);
	background-position: center left;
	border: 1px solid #aaaaaa;
	}

.spacercabecalho{
	width: 590px;
	height: 200px;
	}

.spacerpagina{
	width: 5px;
	height: 0px;
	}

.menu{
	width: 590px;
	background-color: #01367d;
	border: 1px solid #aaaaaa;
	font-family: "Tahoma", sans-serif;
	font-size: .8em;
	text-align: center;
	color: #FFFFFF;
	}

.rodape{
	width: 590px;
	background-color: #01367d;
	border: 1px solid #aaaaaa;
	font-family: "Tahoma", sans-serif;
	font-size: .8em;
	text-align: center;
	color: #FFFFFF;
	}

.conteudo{
	width: 572px;
	padding: 10px 10px 10px 10px;
	background-color: #d7d6d7;
	border: 1px solid #aaaaaa;
	font-family: "Tahoma", sans-serif;
	font-size: .8em;
	text-align: justify;
	}

.centrar{
	margin-left: auto;
	margin-right: auto;
	}

.iecentrar{
	text-align: center;
	}

h1{
	font-size: 2em;
	color: #01367d;
	}

h2{
	font-size: 1.5em;
	color: #01367d;
	}

h3{
	font-size: 1em;
	color: #01367d;
	}
	
h4{
	font-size: .75em;
	color: #01367d;
	}

a.menuitem:link{
	color: #FFFFFF;
	}
	
a.menuitem:visited{
	color: #FFFFFF;
	}
	
a.menuitem:active{
	color: #FFFF00;
	text-decoration: none;
	}
	
a.menuitem:hover{
	color: #FFFF00;
	text-decoration: none;
	}
	
.tabela{
	padding: 10px 10px 10px 10px;
	background-color: #d7d6d7;
	font-family: "Tahoma", sans-serif;
	font-size: .8em;
	text-align: justify;
	}
	
.tabelaterena{
	padding: 10px 10px 10px 10px;
	border: none;
	background-color: #d7d6d7;
	font-family: "Tahoma", sans-serif;
	font-size: .8em;
	text-align: left;
	}

