
	* {
		margin:0;
		padding:0;
		border:0;
	}
	body {
		width:778px;
		margin:0 auto;
		background:#36648B url("../imagens/bg.gif") repeat-x top;
		font:bold 12px Arial;
		color:#000;
	}
	
/*---------- Header ----------*/

	.Header {
		width:490px;
		height:206px;
		padding-left:288px;
		background:#6F902F url("../imagens/header.jpg") no-repeat center top;
		border-bottom:8px solid #000;
	}
	.Header img {
		float:left;
		margin:20px 30px 0 0;
	}
	
/*---------- Corpo ----------*/

	.Corpo {
		width:709px;
		margin:0 2px 0 1px;
		padding:15px 30px 0;
		background:#E0EEEE;
		border-left:3px solid #fff;
		border-right:3px solid #fff;
	}
	h1 {
		margin-bottom:15px;
		font:bold 12px Arial;
		text-align:center;
		color:#000;
	}
	h2 {
		margin-bottom:15px;
		font:bold 15px Arial;
		text-align:center;
		color:#252D0E;
	}
	p {
		margin-bottom:15px;
	}
	table {
		width:100%;
	}
	table th {
		width:174px;
		padding:10px 11px;
		background:url("../imagens/seta.gif") no-repeat 30px 13px;
		text-align:center;
		font-weight:100;
		vertical-align:top;
	}
	table td {
		padding:10px 15px;
		background:#F0F8FF;
		border-right:6px solid #E6E6FA;
		font:bold 12px Arial;
		color:#232B0F;
	}
	table div {
		margin-top:10px;
		min-height:40px;
		padding-left:10px;
	/**/_height:40px;
		
	}
	table div img {
		float:left;
		width:35px;
		height:40px;
		margin:3px 10px 0 0;
		background:#F0F8FF;
	}
	table p {
		margin:10px 0 0 10px;
		font:10px Verdana;
		color:#252D0E;
	}
	table div p {
		margin:0;
	}
	table div p b {
		color:#000;
	}
	.hr {
		width:709px;
		height:8px;
	/**/_margin:0 0 -8px;
		background:url("../imagens/linha.jpg") no-repeat center top;
	}

/*---------- Footer ----------*/

	.Footer {
		margin:-3px 2px 10px 1px;
	}
