body {
	color: #02883B;
	text-decoration: none;
	font-family:"Comic Sans MS", Verdana, Arial;
}


input {
	background-color: #02883B;
	color:#fff;
}

select {
	background-color: #02883B;
	color:#fff;
}


textarea {
	background-color: #02883B;
	color:#fff;
}

a:link {

	text-decoration: none;
	color:#02883B;
	font-weight: bold;
	font-size: 14px;
		 }
a:visited {
	
	text-decoration: none;
	color:#02883B;
	font-weight: bold;
	font-size: 14px;
}
a:active {
	
	text-decoration: none;
	color:#02883B;
	font-weight: bold;
	font-size: 14px;
}
a:hover {
	
	text-decoration: none;
	color: #F60;
	font-weight: bold;
	font-size: 14px;
}


.Textos {
	
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #E25A00;
}
.textos_titulo {
	
	font-size: 36px;
	color: #02883B;
}
.Letras_pequenas {
	
	text-decoration: none;
	font-size: 12px;
	color: #E25A00;
}
.textos_sub_titulo {
	
	font-size: 18px;
	color: #02883B;
	text-align: center;
}

#imageMenu {
	position: relative;
	width: 960px;
	height: 160px;
	overflow: hidden;
	
}


#imageMenu ul {
	list-style: none;
	display: relative;
	height: 160px;
	width: 960px;
	
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	width:58px;
	height: 140px;
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-width:2px;
	border-color:#CC0;
	border-style: inset;
	cursor:pointer;
	display:block;
	overflow:hidden;

}

