body {
	margin:0;
	background:#5C0001 url(../imagem/bg.jpg) no-repeat center top;
	font:10px Verdana;
}
a {
	text-decoration:none;
	color:#FF3300;
}
a:hover {
	color:#99CC00;
}
dt,dd,h1,h2 {
	margin:0;
	padding:0;
}
h1 {
	padding:0 0 0 20px;
	background:url(../imagem/h1.jpg) no-repeat left center;
	line-height:50px;
	display:block;
	font-size:18px;
	color:#006633;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#FF3300;
} 
p {
	line-height:18px;
}
span {
	color:#006633;
}
dt {
	float:left;
	display:block;
	width:150px;
	line-height:20px;
	padding:0 10px 0 0;
	text-align:right;
	border:solid 1px #EEDFC8;
	margin:0 10px 10px 0;
}
dd {
	float:left;
	display:block;
	width:350px;
	line-height:20px;
	margin:0 0 10px 0;
}