/* CSS Document */
body {
	background-image: url(images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0;
}

#container {
	background-image: url(images/footer.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 780px;
	min-height: 300px;
	_height: 300px;
}

#menu {
	font-size: 1em;
	line-height: 1.7em;
	width: 170px;
	padding-top: 180px;
	_padding-top: 190px;
	*padding-top: 190px;
	float: left;
}

#texto {
	margin-left:200px;
	margin-right: 80px;
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: justify;
	line-height: 1.5em;
}

#menu ul {
	padding-left: 2px;
	margin-left: 2px;
}

#menu li {
	list-style: none;
}

#menu a, #menu a:hover {
	display: block;
	width: 164px;
	height: 30px;
	padding-top: 5px;
	padding-left: 20px;
	margin-top: -10px;
	background-repeat: no-repeat;
}

#menu a {
	background-image: url(images/menu_off.jpg);
	color: #079343;
	text-decoration: none;
}

#menu a:hover {
	background-image: url(images/menu_on.jpg);
}

h1, h3 {
	color: #079343;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
	background-color: #079343;
	color: #FFFFFF;
	padding-left: 3px;
}

h3 {
	font-size: 1em;
}

blockquote {
	margin-right: 0;
}

.atencao {
	font-weight: bold;
	color: #FF0000;
}

.nota {
	font-style:italic;
	font-size: 10px;
}

#texto a {
	text-decoration: none;
	color: #000000;
}

#texto a {
	border-bottom: solid 1px #66CC66;
}

#texto a:hover {
	border-bottom: solid 1px #000000;
}
