.up {
	text-transform: capitalize;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.high  {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight: bold;
	background-color: #003399;
	width : 175px;
	height : 25px;
	border-bottom : 1px solid #000000;
	line-height : 15px;
	text-transform: capitalize;
	text-align: center;
	filter: Alpha(Opacity=80);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0000FF;
	border-left-color: #0000FF;
	padding: 4px;




 }
	.high:hover  {
		color : #003366;
		background-color: #6699FF;
		text-decoration: none;
		}
a {
	text-transform: capitalize;
}
.atoz {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight: bolder;
	background-color: #003399;
	width : 40px;
	height : 15px;
	border-bottom : 1px solid #000000;
	line-height : 15px;
	text-transform: capitalize;
	text-align: center;
	filter: Alpha(Opacity=90);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 4px;

}
.atoz:hover  {
		color : #003366;
		background-color: #6699FF;
		text-decoration: none;
		}

