html, body { height: 100%;}
body {
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.corpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #1C211D;
	text-decoration: none;
	background-color: #DED085;
}
.baixo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #DED085;
	text-decoration: none;
}
.inputs {
        background-color: #ECECD0;
        border: 1px solid;
        border-bottom-color: #F6F6F6;
        border-left-color: #9E9E9E;
        border-right-color: #F6F6F6;
        border-top-color: #9E9E9E;
        font-size: 9px;
        height: 16px;
        color: #666666;
        font-family: verdana;
        font-size: 9px;
}
hr {
	shading: 0;
	height: 1px;
	border: #692115 1px dotted;
}
.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #692115;
	font-style: italic;
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #1C211D;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #62711A;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ECA704;
	text-decoration: underline;
}
.botoes {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #692115;
        border: #000000 1px solid;
}.topico {
		font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ECA704;
	text-decoration: underline;
}
.menu_activo {
        background-attachment: fixed;
        background-image: url(../img/canto.gif);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-color: #6C8B01;
        cursor: hand;
        color: #666666;
        border: #FFFFFF 1px solid;
}   
.mensagem {
        background-attachment: fixed;
        background-image: url(../img/mensagem.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
}