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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#rodape {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#000;
	padding:10px;
	vertical-align:middle;
	text-align:center;
}

#menu {
	vertical-align:middle;
	text-align:center;
}

#home a {
	background-color:#3F9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #3A655F;
	font-weight: bold;
}

#home a:hover {
	background-color:#F00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #3A655F;
	font-weight: bold;
}
	

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #3A655F;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3A655F;
}
a:hover {
	text-decoration: none;
	color: #26423E;
}
a:active {
	text-decoration: none;
	color: #3A655FF;
}

.titulo_verde {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3A655F;
}

.titulo_preto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.titulo_branco {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.texto_preto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}