/*
html, body {
	background: url(/templates/images/table-bkg.png) repeat-x 0 0 transparent;
	font-family: Helvetica, Arial, sans-serif;
}
*/
.church-details {
	border: none;
	background: url(/templates/images/table-bkg.png) repeat-x 0 0 transparent;
	font-family: Helvetica, Arial, sans-serif;
	width: 450px;
	margin-top: 20px;
}

.church-details .col1 {
	color: #fff;
	float: left;
	width: 29%;
	text-align: right;
	border-right: 1px solid #999;
	padding: 0px 4px 10px 0px;
	font-weight: bold;
	font-size: 123.1%;
}
.church-details .col2 {

	font-size: 123.1%;
	font-weight: bold;
	color: #84c100;
	float:right;	
	width: 69%;
	text-align: left;
	padding: 0px 0px 10px 4px;	
}
.church-details .col2 a:link, .church-details .col2 a:visited {
	color: #84c100;
	text-decoration: none;
}