/*
Asther ProdutoraWeb
2008, Copyright.
Folha de Estilo
*/

/* Estrutura principal */

body{
	background-color: #DEE7D1;
	background-image: url(img/fundoSite.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "Trebuchet MS";
}
form, input {
	margin: 0px;
	padding: 0px;
}
.input {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #005842;
	vertical-align: middle;
	padding: 2px;
	height: 18px;
	background-color: #FFFFFF;
	border: 1px solid #53941E;
}
#ContatoNome, #ContatoTel, #ContatoEmail{
	vertical-align: middle;
	height: 18px;
	width: 150px;
	margin-bottom: 15px;
	
}

#ContatoMSG {
	height: 100px;
	width: 250px;
	margin-bottom: 15px;
}
#Msg{
	font-size: 14px;
	font-weight: bold;
	color: #005842;
	letter-spacing: 3px;
}
#QuadUltimaPublicacao{
	padding-top: 95px;
}
#AreaLinks {
	width: 189px;
	padding-right: 15px;
	padding-left: 20px;
}
#AreaConteudo {
	width: 436px;
	padding-left: 17px;
}
#AreaPoliticadeUso {
	padding-left: 5px;
	padding-right: 16px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 15px;
	color: #53941E;
}
#AreaEspacoAberto {
	padding-left: 16px;
	background-image: url(img/FundoEspacoAberto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 16px;
	padding-top: 11px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 15px;
	color: #53941E;
}
#FundoRodape {
	background-image: url(img/fundoRodape.jpg);
	height: 123px;
	background-repeat: no-repeat;
	background-position: left bottom;
	
}


/* Textos */

.txtRodapeLinks{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #005842;
	text-decoration: none;
}
.txtRodapeCreditos{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #005842;
}
.txtTitulo{
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #005842;

}
.txtConteudo{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 15px;
	color: #003300;

}

/* Imagem */
#imgLivro{
	padding-left: 15px;
}

/* Links */

a.Rodape:link, a.Rodape:visited{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #005842;
	text-decoration: none;
}

a.Rodape:hover, a.Rodape:active{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #53941E;
	text-decoration: underline;
}

a.Links:link, a.Links:visited{
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #005842;
	text-decoration: none;
	padding: 2px;
}

a.Links:hover, a.Links:active{
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #53941E;
	text-decoration: none;
	padding: 2px;
}

a.Asther:link, a.Asther:visited{
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 15px;
	font-weight: bolder;
	color: #005842;
	text-decoration: none;
}

a.Asther:hover, a.Asther:active{
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #53941E;
	text-decoration: underline;
}

a:link, a:visited{
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #005842;
	text-decoration: none;
}

a:hover, a:active{
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #53941E;
	text-decoration: underline;
}
