/* CSS Document */
body {
	background-image: url(../images/bg_geral.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	fon-size : 11px;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}
a:hover {
	color : #000000;
	text-decoration : underline;
}
.fonteMaior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
}

h4 {
	font-size : 15px;
	margin : 0;
	padding : 0;
	color : green;
	text-transform : uppercase;
}

h2 {
	color: #91773C;
	font-size : 20px;
	margin : 0;
	padding : 5px;
	text-transform : uppercase;
}

.bloco {
	background : #EFF7E7;
	display : block;
	padding : 5px;
}

.menu {
	font-size : 11px;
}

.menu a:hover {
	color : green;
}