/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2008 / www.ecimtech.com
 */

#bodytext .letter {
	margin: 0;
	border-bottom: 1px solid silver;
}
#bodytext .letter p {
	font-style: italic;
	margin: 22px 5px 22px 40px;
}

#bodytext .news {
}
#bodytext .news hr {
	display: block;
	clear: both;
	margin: 15px 0 15px 0;
	height: 1px;
}

#bodytext .news img {
	float: left;
	border: 1px solid #494B4F;
	margin-right: 20px;
}

#bodytext .news h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #494B4F;
}
#bodytext .news h4 span{
	font-size: 8pt;
	font-weight: normal;
}
#bodytext .news p a {
	display: block;
	text-align: right;
}