@charset "utf-8";
/* CSS Document */
body{
	background-color:#D9E8B9;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
a:link {
	text-decoration: none;
	color: #447E55;
}
a:visited {
	text-decoration: none;
	color: #447E55;
}
a:active {
	text-decoration: none;
	color: #447E55;
}
a:hover {
	color: #333333;
	background-color:#D2E4AB;
}
p {
	font-size: 12px;
}
p:first-letter {
	font-size: 16px;
	text-indent:20px;
	font-weight:bold;
}

/* formatação formulário */

label {
     display: block; /* um acima do outro */
     margin: 5px; /* espaço */
}
label span {
     display: block;
     width: 200px;
     margin-top: 2px;
     float: left;
}
input, textarea, select {
     width: 200px;
     border: solid 1px #447E55;
}
.contato{
	width:100px;
	}
select {
     width: auto;
}
textarea {
     height: 100px;
     overflow: auto;
}
legend{
	font-weight:bold;
}
.radio {
	width:40px;
}
.button {
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color:#447E55;
	border: 1px solid #aad6c2;
	font-weight: bold;
	width: 70px;
	height: 18px;
}

.style1 {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:9px;
	color:#447E55;
}
.style2 {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:10px;
	color:#447E55;
}
.style3 {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:11px;
	color:#447E55;
}
.style4 {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:12px;
	color:#447E55;
}
.style11 {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:9px;
	color:#447E55;
	line-height:20px
}
.style12 {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:10px;
	color:#447E55;
	line-height:20px
}
.style13 {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:11px;
	color:#447E55;
	line-height:20px
}
.style14 {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:12px;
	color:#447E55;
	line-height:20px
}
.style21 {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:9px;
	color:#447E55;
	font-weight:bold;
}
.style22 {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:10px;
	color:#447E55;
	font-weight:bold;
}
.style23 {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:11px;
	color:#447E55;
	line-height:20px;
	font-weight:bold;
}
.style24 {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:12px;
	color:#447E55;
	line-height:20px;
	font-weight:bold;
}
.style32 {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:10px;
	color:#fff;
	font-weight:bold;
}
.style42 {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:10px;
	color:#333;
	font-weight:bold;
}
.verde {
	background-color:#D2E4AB;
	padding:1px
}
.floatstop {
	clear:both;
}
.esquerda{
	float:left;
}
.direita{
	float:right;
}
.bordaimg {
	width:200px;
	padding:8px;
	float:left;
}
#container{
	margin: 0px auto;
	padding:20px;
	width:940px;
	background-image:url(../img/bg.jpg);
}
#topo{
	height:100px;
}
#icones{
	width:100px;
	float:right;
}
#menuprincipal{
	background-image:url(../img/bg_menu.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:22px;
}
#menudireita{
	float:left;
	width:170px;
}
#conteudo{
	float:right;
	width:750px;
	margin-right:10px;
}
#lateraldireita{
	float:right;
	width:200px;
}
#rodape{
	height:60px;
}
