#listing div {
	margin : 0px 10px 20px 10px;
}

#listing .post {
	border-bottom : none;
}

#listing .post h3{
	color: #d2772d;
}

#listing h3 {
	background-color : #fff;
	padding : 2px;
	margin-bottom: 10px;
	/* Top line above each blog heading is now removed (By Phill)
	border-top : 1px solid #558790;	*/
	border-bottom : 1px dashed #6985CA;
	padding-left : 10px;	
	text-align: left;
}

#listing h3 a {
	color : #ba6a28;
	text-decoration : none;
}


#listing h3 a:hover {
	color : #aa4450;
	text-decoration : underline;
}

#listing h3 {
	"Trebuchet MS", Arial, Verdana, helvetica, Sans-Serif;
	font-size : 16px;
}

#listing .post {
	border-bottom : 1px solid #ff9138;
}

#listing .postfoot {
	font-size : 12px;
	text-align: left;
}

.articleTopCell
{
	background: #BB6A28;
	border: 0;
	height: 15px;
}

.articleTopCell .NormalBold
{
	color: #fff;
}

.articleFooterCell
{
	background: #d2772d;
}