h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: bold;
	text-align: right;
	color: #015927;
}

h2 {
	font:Tahoma;
	font-size:24px;
	font-weight:bolder;
	color:#CC0000;
	text-align:center;
}

h3 {
	font:Tahoma;
	font-size:18px;
	font-weight:bold;
	color:#003300;
	text-align:left;
}

h4 {
	font-size:14px;
	font-weight:bold;
	color:#000000
	text-align:left;
	font-family: Tahoma;
}

td.rodape {
	background-color:#00923f;
	text-align:center;
}

p {
	font:Tahoma;
	font-size:14px;
	font-weight:300;
	color:#000000;
	text-align:justify;
	background:none;
}

p.rodape {
	color:#C2DE87;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	
}

p.menu {
	font-size:20px;
	font:"Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:0;
	
}

hr {
	color: #00923f;
	width: 100%;
}

a:link {color:#00923f }     /* unvisited link */
a:visited {color:#015927}  /* visited link */
a:hover {color:#009900}   /* mouse over link */
a:active {color:#009900}   /* selected link */

a.menu:link {text-decoration:none; color:#000000;}
a.menu:hover { color:#FF0000; text-decoration:none;}   /* mouse over link */
a.menu:visited { text-decoration:none;}  /* visited link */
a.menu:active { color:#FF0000; text-decoration:none;}
	
