@import url(/css/body.css);
@import url(/css/top.css);
@import url(/css/rightSide.css);
@import url(/css/content_h2.css);

/* CONTENT
************************************************************************/

/* LEFT ***********/

#D03 {
	float:left;
	margin-right:12px;
	width:482px; /*500*/
	padding-left:6px;
}
#D03 img {
	float:left;
	width:160px;
	border:2px solid #DEDEDD;
	margin:0 6px 4px 0;
	cursor:pointer;
}
#D03 img:hover{
	border:2px solid #1452A2;
}

#D03 dl{ margin:14px 0 6px 24px; }
#D03 dl dt.data{
	font:bold 8pt arial;
	color:#CF1A0F;
}
#D03 dl dt.title{
	padding-left:10px;
	font:bold 9pt arial;
	color:#1452A2;
}
#D03 dl dt.art{
	margin-bottom:20px;
}

#D03 dl dd{
	padding-left:20px;
	margin-bottom:20px;
	font:8pt arial;
}
#D03 dl dd strong{
	font-weight:bold;
	color:#1452A2;
}
#D03 dl dd a {
	text-decoration:none;
	color:black;
}
#D03 dl dd a:hover{
	text-decoration:underline;
}

/* ERRO ***********/

#D03 .erro {
	margin-top:60px;
	font-size:110%;
	font-weight:Bold;
	text-align:center;
	color:#FE0000;
}

