@charset "utf-8";
/* CSS Document */

	body{
		background: #ECECEC;
		color: rgb(51,51,51);
		font: 12px/18px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
		line-height: 1.5;
		margin: 0 auto;
		width: 706px;
		text-align:justify;
	}
	
	a{
		color:#990;
		border: 0px;
	}
	a img{
		border: 0px;
	}
	h2{
		margin: 0px;
		padding:0px 0 10px 0;
	}
	table{
		width: 100%;
		height: 120px;
		position:relative;
		text-align:left;
		margin-bottom: 20px;
	}
	
	table tr td{
		padding: 4px 5px;
	}
	.trcolor{
		background:#F0FAFF;
	}
	table tr th{
		background-color:#0F8203;
		color:#FFF;
		text-align: center;
	}
	#hero{
		margin: 20px auto;
		position: relative;
	}
	#freatures{
		margin: 10px auto;
		padding: 20px 10px;
		-webkit-border-bottom-left-radius: 4px 4px;
		-webkit-border-bottom-right-radius: 4px 4px;
		-webkit-border-top-left-radius: 4px 4px;
		-webkit-border-top-right-radius: 4px 4px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.285156) 0px 1px 3px;
		background-color: white;
	}
	#obs{
		border-top: 1px dotted #999;
		font-size: 11px;
		text-align:center;
	}
	
	.botao{
		margin: 0 auto;
	}
	
	/*input{
		width: 100%;
	}*/
	select{
		width: 100%;
	}	
	table tr td label{
		text-align: right;
	}