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

/* TAG's ------------------------------------ */

* {
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

body {
	background:#333;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.625em;
	color:#333;
}

p, li {
	font-size:1.2em;
	line-height:1.4em;
}

/* Ordem Hierarquica ------------------------------------ */

div#geral {
	width:750px;
	height:auto;
	position:relative;
	margin:10px auto 30px;
	padding:10px 10px 30px 10px;
	background:#FFF url(../imagens/fd_geral.jpg) no-repeat top left;
	text-align:left;
}
	div#geral h1 {
		margin:10px 0px 0px;
		font-size:4em;
	}
	div#geral h2 {
		margin:-6px 0px 10px;
		padding:0px 0px 10px 3px;
		border-bottom:solid 10px #8ec517;
		font-size:1.2em;
		font-weight:normal;
		font-style:italic;
	}
	div#geral h3 {
		margin:10px 0px;
		padding:3px 0px 3px 10px;
		background:#f2f8e6;
		border-left:solid 5px #9edb1b;
		font-size:2.0em;
	}
	div#geral h4 {
		margin:20px 0px 10px;
		padding:3px 0px 3px 10px;
		background:#f2f8e6;
		border-left:solid 5px #9edb1b;
		font-size:1.8em;
	}
	div#geral h5 {
		margin:20px 0px 10px;
		padding:3px 0px 3px 10px;
		background:#fff9ed;
		border-left:solid 5px #fdb331;
		font-size:1.6em;
	}
	div#geral h6 {
		margin:20px 0px 10px;
		padding:3px 0px 3px 10px;
		background:#f2f8e6;
		border-left:solid 5px #9edb1b;
		font-size:1.4em;
	}
	
	div#geral ul {
		margin-left:15px;
	}
	
	div#geral div#rodape {
		width:100%;
		height:7px;
		background:url(../imagens/fd_rodape.jpg) no-repeat top left;
		position:absolute;
		bottom:0px;
		left:0px;
	}
	
	div#geral form fieldset {
		margin-top:10px;
		border:none;
	}
	
	div#geral form fieldset legend,
	div#geral form fieldset label {
		display:none;
	}
	
	div#geral form fieldset input.text {
		width:340px;
		height:auto;
		margin-bottom:5px;
		padding:2px 3px;
		background:#e8e8e8;
		border:none;
		border-left:5px solid #CCC;
		font-size:1.6em;
		color:#666;
	}
	
	div#geral form fieldset textarea {
		width:340px;
		height:auto;
		margin-bottom:5px;
		padding:2px 3px;
		background:#e8e8e8;
		border:none;
		border-left:5px solid #CCC;
		font-size:1.6em;
		color:#666;
	}
	
	div#geral form fieldset input.submit {
		width:160px;
		padding:3px 0px;
		background:#8ec517;
		border:none;
		color:#333;
	}
		div#geral form fieldset input.submit:hover {
			background:#9edb1b;
		}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	