@charset "utf-8";
/* CSS Document */
#mainInfoPanel {
	float: left;
	width: 580px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 17px;
	margin: 0 0 32px 0;
}

.postEntry {
	float: left;
	clear: both;
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 200px;
	padding: 0 0 0 10px;
	margin: 4px 0 4px 0;
	background:url(../images/arrow.png) no-repeat left center;
	display:inline-block;
}
.postEntry A:link {
	text-decoration:none;
	color: #fff;	
	padding: 0;
	margin: 0;
}
.postEntry A:visited {
	text-decoration: none;
	color: #fff;
}
.postEntry A:active {
	text-decoration: none;
	color: #fff;	
}
.postEntry A:hover {
	text-decoration: none;
	color: #005696;
}

