.textmodule, .listingmodule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #494541;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 0px;
	text-align:left;
	
}

  table.listingmodule{
 	padding:0;
 	}

.text_moduletitle, .listing_moduletitle {
	/*display:none;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-bottom: 7px;
	margin-bottom: 7px;
	
}


.textmodule h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #494541;
	text-decoration: none;
	margin: 2px 0 3px 0px;padding: 0;
}

.textmodule p,  .listingmodule p {
	padding:0 0 15px 0;
	margin:0px;
	line-height: 130%;
	letter-spacing: .05em;
}

.textmodule a{
	color: #494541;
	font-size: 14px;
	text-decoration: underline;
}

.listingmodule a{
	color: #494541;
	font-size: 14px;
	text-decoration: none;
}


.textmodule a:hover , .listingmodule a:hover {
	color: #8F1709;
	text-decoration: none;
	}
	
	
.textmodule img {
	padding: 1px;
	border: 1px solid #E0DFDE;
	margin: 3px 0px 10px 5px;
	}
.textmodule ul, .listingmodule ul {
	margin:0px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	}
.textmodule ul li, .listingmodule ul li {
	padding-bottom: 3px;
	line-height: 130%;
	letter-spacing: .05em;
	text-align: left;
	}
	

.listingmodule .summary {
	padding: 0px 0px 0px 5px;
	color:#666666; 
	font-size: 80%;
	}