html, body {
	height: 100%;
}
*, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2D3C48;
	text-decoration: none;
}
.corpo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2D3C48;
	background-color: #E8EBE0;
	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;
        color: #666666;
        font-family: verdana;
        font-size: 9px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4A6377;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF9900;
	text-decoration: none;
}
hr {
	shading: 0;
	height: 1px;
	border: #CCCCCC 1px dotted;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.botoes {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #2B4C9B;
        border: #000000 1px solid;
}
.agua {
	background: #E8EBE0 url(../img/agua.jpg) no-repeat right bottom;
}
.cima {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.cima:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #93A9BB;
	text-decoration: none;
}
.menu {
        background-attachment: fixed;
        background-image: url(../img/canto.gif);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-color: #B3BBBB;
		border-left: #FFCC00 3px solid;
        cursor: hand;
        color: #FFFFFF;
        border-top: #FFFFFF 1px solid;
        padding: 3px
}
.menu_activo {
        background-attachment: fixed;
        background-image: url(../img/canto.gif);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-color: #6699FF;
		border-left: #FFCC00 3px solid;
        cursor: hand;
        color: #FFFFFF;
        border-top: #FFFFFF 1px solid;
        padding: 3px;
}
.topico {
        background-attachment: fixed;
        background-image: url(../img/canto.gif);
        background-repeat: no-repeat;
        background-position: right bottom;
}