
/* BEGIN entry */
div.entry {
	/*overflow: hidden;*/
	font-size: 12px;
	color: #000;
	padding: 0 20px;
	width: 450px;
}

div.entry p {
	margin-bottom:10px;
	color: #000;
}

div.entry h4 {
	line-height:18px;
	margin-bottom:18px;
	font-weight:bold;
	font-size:16px;
	color: #666;
}

div.entry h5 {
	line-height:18px;
	margin-bottom:18px;
	font-weight:bold;
	font-size:14px;
	color: #666;
}

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 a, div.entry a:visited { color:#000; text-decoration: none;}
div.entry a:hover { color:#BFBFBF; }

div.entry img { }
/* END entry */
