/* CSS Quick Seach Box */

div.search_atoz {
	float:left;
	width:130px;
	color:#b10043;
	margin:-2px 0 3px 0;
	text-align:center;
	
}
div.search_atoz a {
	font-size: 0.75em;
	font-weight: bold;
	color: #b10043;
	vertical-align: top;
	text-decoration: none;
}
div.search_atoz a:hover {
	text-decoration:underline;
}

div.search_atoz a:visited {
	color:#b10043;
}


