body {
	font: 8pt verdana;
}

.practice {
    margin: 10px;
    padding: 0px;
    border: 1px solid #777;
    background-color: #ffc;
}

.practice_name {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 6px;	
    background-color: #ddb;    
    padding: 2px;    
    border-collapse: true;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #777;
}

.practice_practice_name {
	font-weight: bold;
}

.practice_therapies {
	font-size: 7pt;
	margin-top: 12px;
}

.practice_address {
	margin-bottom: 12px;
}

.practice_details {
	padding: 5px;
}

.practice a {
	color: #00f;
	text-decoration: none;
}

.practice a:visited {
	color: #00f;
	text-decoration: none;
}

.practice a:hover {
	color: #00f;
	text-decoration: underline;
}

.list_header {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}

.letter_anchor {
	text-align: right;
	font-size: 11pt;
	font-weight: bold;	
    margin: 10px;	
}

.practice_location {
	margin: 10px;
	border: 1px solid #d2d2d2;
	padding:  2px;
}