
body {
	background: #FFF url(../imagens/bg.png) repeat-x;
	font-family: "Verdana","Tahoma";
	font-size: 70%;
	margin:0;
	padding:0;
}

html{ 
	overflow-y: scroll;
	overflow-x: auto;
}

input{
	font-size: 95%;
}

img{
	border: 0;
}

h1{
	font-size: 148.5%;
}

h2{
	font-size: 130.5%;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input[ type = text], input[ type = password], textarea, select {
	border: 1px solid #3A4955;
	font-family: "Lucida Grande", Verdana;
	font-size: 95%;
}

input[ type = text]:hover, input[type = text]:focus, input[type = text]:active, input[type = password]:hover, input[type = password]:focus, input[type = password]:active, input[type = submit], input[type = submit]:hover {
	background-image: url(../imagens/botao.png)
}

input[ type = submit] {
	background-position: 0 0;
	background-repeat: repeat-x;
	border: 1px solid #3A4955;
	color: #000;
	font: 400 95% "Lucida Grande", Verdana
}

input[ type = submit]:hover, select:hover, input[type = text]:hover, input[type = password]:hover, input[type = text]:focus, input[type = password]:focus, textarea:hover {
	background-position: 0 -30px;
	background-repeat: repeat-x;
	border: 1px solid #46763B;
}

#Frame{
	width: 980px;
	margin: 0 auto;
	border: 1px solid #46763A;
	border-top: 0;
	background: #FFF url(../imagens/bg2.png) repeat-x;
}

#Conteudo {
	min-height: 150px;
	padding: 15px;
	text-align: left;
}

#Conteudo h1{
	background: transparent url(../imagens/titulo.png) no-repeat;
	height: 39px;
	padding-left: 56px;
	padding-top: 15px;
	font-family: "Trebuchet MS","Tahoma";
	color: #46763A;
}

#Conteudo h2{
	font-family: "Trebuchet MS","Tahoma";
	color: #46763A;
}

#Conteudo a{
	color: #46763A;
}

#Conteudo a:hover,#Conteudo a:visited{
	color: #294522;
}

#Cabecalho {
	padding: 0;
	text-align: left;
}

#Rodape{
	background: #46763A url(../imagens/rodape.png) repeat-x;
	color: #FFF;
	height: 50px;
	padding: 10px;
	margin-top: 10px;
}

#Codigo{
	margin-left: 2px;
	margin-right: 2px;
}

#BaseEsquerda {
	float: left;
	width: 33%;
	padding-bottom: 10px;
}

#BaseDireita,.Neo {
	float: right;
	width: 33%;
}

#BaseCentro { 
	float: left;
	width: 33%;
}

.CampoDDD{
	width: 25px;
}

.Campo{
	width: 250px;
}

.Clear{
	clear: both;
}

.Info{
	padding-left:18px;
	padding-right:18px;
}

.Info span{
	font-size: 120.5%;
	font-family: "Trebuchet MS","Tahoma";
	color: #46763A;
	font-weight: bold;
}

.Info a{
	color: #46763A;
}

.Info a:hover{
	color: #233B1D;
}

.Imagem a img{
	opacity: .5;
	filter: alpha(opacity=50);
	border:1px solid #000;
}

.Imagem a img:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid #46763A;
}

.Centro{
	text-align: center;
}

.Centralizar{
	vertical-align: middle;
}

.Esquerda{
	text-align: left;
}

.Direita{
	text-align: right;
}

.Banner{
	float: right;
}

.Contato{
	float: left;
	padding-left: 10px;
}

.Tabela{
	width: 100%;
}

.Campo {
	width: 226px
}

.CampoTelefone {
	width: 200px
}

.CampoDDD {
	width: 20px
}

.BlocoDireita{
	padding-right:20px;
	width:45%;
	float:right;
}

.BlocoEsquerda{
	padding-left:20px;
	width:50%;
	float:left;
}