@charset "utf-8";
#corpo {
	padding: 0px;
	width: 800px;
	margin: 0px;
}
#corpo h2 {
	background-image: url(../images/corpo_title.jpg);
	padding: 0px;
	height: 45px;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#corpo h3 {
	font-size: 16px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#corpo em {
	visibility: hidden;
}
#corpo p {
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin: 10px;
}
#corpo table {
	font-size: 14px;
	padding: 0px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;

}
#corpo li {
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#corpo ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#corpo th{
	background-position:left top;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#corpo td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#corpo img {
	float: right;
}

