/* */

#AlphabetLists {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

span#SelectedAlphabet {
	background-color: #800000;
	color: #ffffff;
	padding: 0px 5px;
	border-right: 1px solid #ffffff;
	cursor: default;
}

#AlphabetLists a:link, #AlphabetLists a:visited {
	text-decoration: none;
	padding: 0px 5px;
	background-color: #00008b;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}

#AlphabetLists a:hover {
	background-color: #00d002;
	color: #ffffff;
}

td.DataListing {
	padding-bottom: 20px;
}

td.DataDescription {
	padding-left: 5px;
}

td.DataPhone {
	padding-left: 5px;
	text-align: center;
}