
/* BEGIN entry */
div.entry {
	overflow: hidden;
	font-size: 11px;
	color: #045372;
	/*padding: 0 15px;*/
	font-family: Arial, Helvetica, sans-serif;
}

div.entry p {
	font-size: 11px;
	line-height:15px;
	margin-bottom:10px;
	color: #045372;
}

div.entry.size14 {
	font-size: 14px;
}

div.entry h4 {
	line-height:16px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
	color: #045372;
}

div.entry h5 {
	line-height:16px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:12px;
	color: #045372;
}

div.entry strong, div.entry b {
	font-weight: bold;
}

div.entry em, div.entry i {
	font-style: italic;
}

div.entry strike, div.entry s {
	text-decoration: line-through;
}

div.entry u {
	text-decoration: underline;
}

div.entry hr {
	width: 80%;
	height: 1px;
	border: 0;
	background-color: #D9D9D9;
	color: #D9D9D9;
	margin-bottom: 17px;
}

div.entry ul { margin: 0 0 10px 0; }
div.entry ol { margin: 0 0 10px 0; }
div.entry ul li { list-style-type: square; list-style-position: outside; margin-left: 30px; line-height: 16px; }
div.entry ol li { list-style-type: decimal; list-style-position: outside; margin-left: 30px; line-height: 16px; }

div.entry.yourinterest ul li { list-style-image: url('../img/layout/seta.png'); list-style-type: none;}

div.entry a, div.entry a:visited { color:#045372; text-decoration:underline; }
div.entry a:hover { text-decoration:underline; }

div.entry img { }
/* END entry */