/* CSS Document */

body {
	width: 900px;
	padding:0;
	margin:0 auto;
	font-size:100%;
	color: #065B2B;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2C412C;
}

a img {
	border:none;
	outline:none;
}

#wrapper {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#cabecalho h1 {
	text-align:center;
	color:#044996;
	font-size:24px;
	padding:0;
	margin:0px 0px 10px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#cabecalho h2 {
	text-align:center;
	color:#669966;
	padding:0;
	margin:0;
	font-size: 16px;
}

#corpo {
	padding:20px;
}

#corpo h1 {
	font-size: 18px;
	background-color: #D5EDB3;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #339966;
	border: 1px solid #C5E796;
	margin-top: 0px;
}

#corpo h2 {
	font-size: 18px;
	color: #339966;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5EDB3;
	margin-left: 8px;
}

#corpo h3 {
	font-size: 14px;
	color: #339999;
	margin-left: 8px;
}

#corpo p {
	text-align: justify;
	text-indent: 20px;
}


.rollover {
}

