
#listing div {
	margin : 0px 10px;
}

#listing .post 
{
	border-bottom : none;
	font-family: Arial, Verdana, Helvetica, Sans Serif;
	font-size: 16pt;
	font-weight: normal;
	color: #003C78;
}

#listing h3 
{
	font-family : Arial, Verdana, Helvetica, Sans Serif;
	font-size : 16px;
	padding : 2px;
	border-bottom : 1px dashed #666;	
	padding-left : 10px;	
	text-align: left;
	color: #003C78;
	font-weight:bold;
}

#listing h3 a 
{
	font-family : Arial, Verdana, Helvetica, Sans Serif;
	font-size : 11px;
	font-weight: bold;
	color : #003c78;
	text-decoration : none;
}

#listing h3 a:hover
{
	text-decoration: underline;
}

#listing .postfoot {
   font-family: Arial, Verdana, Helvetica, Sans Serif;
   font-size: 8pt;
   font-weight: normal;
   color: #003C78;
	text-align: left;
	padding-left: 10px;
}



