﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #b9cfa1;
	background-position: top left;
	background-repeat: repeat-x;
}
body,td,th {
        font-family: verdana;
        font-size: 12px;
}
#conteudoSuper{
	width: 100%;
	margin-top: 25px;
	border-top: 2px solid #363636;
	background-color: #fff;
}
#barra_super {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 7px;
	padding-bottom: 7px;
}
#conteudoMeio{
	width: 100%;
	border-top: 1px solid #dadada;
	background-color:#EEF5EB
}

#rodape {
	width: 100%;
	margin-bootom: 25px;
	border-top: 1px solid #dadada;
	border-bottom: 2px solid #363636;
	background-color: #fff;
	text-align: center;
	display: block;
	height: 25px;
	padding-top: 4px;
}
.style2 {
	margin-bottom: 4px;
}
.style3 {
	font-size: x-large;
}
.style4 {
	font-size: small;
}
.style5 {
	text-align: center;
}
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}

a.estiloLink:link{
	text-decoration: none;
	color:#660;
		}
a.estiloLink:visited{
	text-decoration: none;
	color:#660;
		}
a.estiloLink:hover{
	background:#FFFFCC;
	text-decoration: underline;
		}
		
a.estiloLink2:link{
	font-size:9px;
	text-decoration: none;
	color:#660;
		}
a.estiloLink2:visited{
	font-size:9px;
	text-decoration: none;
	color:#660;
		}
a.estiloLink2:hover{
	font-size:9px;
	background:#FFFFCC;
	text-decoration: underline;
		}