@charset "utf-8";
/* CSS Document */

<style type="text/css">
	

#MENU {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
	background-image: url(imagens/back_total.gif);
	background-repeat: repeat-x;
	margin: 0px;
}



#LEFT1 {
	background-image: url(images/left1.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
#RIGHT1 {
	background-image: url(images/right1.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
#MEIO1 {
	background-image: url(images/meio1.gif);
	background-repeat: repeat-x;
	background-position: 0px;
	text-decoration: none;
}
#LEFT2 {
	background-image: url(images/left2.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
#MEIO2 {
	background-image: url(images/meio2.gif);
	background-repeat: repeat-x;
	background-position: 0px;
	text-decoration: none;
}
#RIGHT2 {
	background-image: url(images/right2.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}

</style>
menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
a:link {
	text-decoration: none;
	color: #0066CC;
	text-align: center;
	vertical-align: middle;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	color: #FF9933;
	text-decoration: none;
}
a:active {
	color: #FF9933;
	text-decoration: none;
}
