@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}
#imenu {
	height: auto;
	width: 820px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#imenu img {
border: 1px solid #f2f2f2;

	padding: 5px;
	margin: 3px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#imenu a {
	border: 2px solid #f2f2;
}
#imenu a:hover {
	border-top-color: #81D245;
	border-right-color: #81D245;
	border-bottom-color: #81D245;
	border-left-color: #81D245;
}


#topo {
	height: 61px;
	width: 100%;
	background-image: url(../image/plano-de-fundo.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

a:link {
	color: #363636;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #363636;
}
a:hover {
	text-decoration: underline;
	color: #ABABAB;
}
a:active {
	text-decoration: none;
	color: #343434;
}
