body{
	background-image: url(images/back.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;

}
#site{
	background-image: url(images/site.jpg);
	background-repeat: repeat-y;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	background-image: url(images/topo2.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 350px;
}

#conteudo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #636F61;
	padding-right: 7px;
	padding-left: 7px;
	text-align: justify;
}
#menu{
	padding-right: 7px;
	padding-left: 7px;
	background-color: #FFECE8;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
}
#menu ul{
	display: inline;
	background-color: #FFECE8;
	width: 350px;
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	background-color: #FFECE8;
	text-transform: uppercase;
	font-weight: bold;
	font-family: tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 8px;
	text-align: center;
	color: #7DA43F;
	width: 350px;
	margin: 0px;
	padding: 0px;
}
#menu li a{
	color: #225F17;
	text-decoration: none;
	cursor:help;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFECE8;
	margin-left: 0px;
	padding-left: 6px;
	padding-right: 6px;
}
#menu li a:hover{
	color: #266F22;
	background-color: #FFECE8;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #429899;
	padding-top: 2px;
	margin-top: 2px;
	position: relative;
	top: 1px;
}
#footer{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 350px;
	clear: both;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 7pt;
	line-height: 19px;
	text-transform: uppercase;
	text-align: center;
	color: #99AFA1;
}
a,a:link {
	font-weight: bold;
	color: #032F17;
}
a:hover {
	color: #3E6F55;
}
button,input,textarea {
	background-color: #FFFFFF;
	border: 1px solid #E8FFED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #224F2D;
}
.titulo {
	color: #48554E;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8EAF9D;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
}
li {
	list-style-type: square;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
ul {
	margin-left: 0px;
}
