@charset "utf-8";
/* CSS Document */

body{background-color:#C0C0C0;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
}

#geral{width:100%;
       height:100%;

}
#geral_content {
	width:897px;
	background-color:#FFF;
}
#conteudo {
	width:800px;
	background-color:#FFF;
	padding-top:20px;
}
#bottom {
	width:877px;
	height:100px;
	background-color:#6690CE;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
}
h1 {
	color:#006;
}
h2 {
	color:#333;
}
h6 {
	color:#39F;
	font-size:9px;
}
a:link {
	color:#36C;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}
a:active {
	text-decoration: none;
	background-color: #6690CE;
	color: #003399;
}
.rodape {
	color:#FFF;
}
.botao{
	font-size:10px;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#FFF;
	background:#36C;
	border:1px solid #006;;
	width:70px;
	height:19px;
}
.input {	
background:#ECEEFF;
border:1px solid #006;
}
