BODY {
	color: #434343;
	background-color: #8f8f8c;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	margin-top: 5px;
}

a.hidden {

	text-decoration: none;
}

a.hidden:hover {

	text-decoration: none;
}


BODY {
	color: #434343;
	background-color: #8f8f8c;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
}

a.hidden {

	text-decoration: none;
}

a.hidden:hover {

	text-decoration: none;
}



A {
	color: #424242;
	text-decoration: none;
}

A:HOVER {
	color: black;
	text-decoration: underline;
}

h1 {
		font-size: 16px;
}
td {
		font-size: 12px;
	
}


.alphabet {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	display: inline;
	list-style-type: none;
	height: 15px;
	width: 15px;

}

html>body .alphabet a {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	display: inline;
	list-style-type: none;
	height: 25px;
	width: 25px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #333333;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 170%;
	margin: 0px;
}

.alphabet a {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	display: inline;
	list-style-type: none;
	height: 25px;
	width: 25px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #333333;
	line-height: 170%;
	margin: 3px;
	background-color: #FFFFFF;

}
.alphabet a:hover{
	border: 1px solid Black;
		background: #FF9933;
			text-decoration: none;

}
.alphabet .selected {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	list-style-type: none;
	height: 25px;
	width: 25px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #333333;
	line-height: 170%;
	margin: 3px;
	background-color: #333333;
}
li a {
  	display: inline-block;
	height: 74px;
	text-decoration: none;
  
}




a.moredet {
	color: #EF6D22;
	text-align: center;
	text-decoration: none;
	background: #F2F2F2;
	border: 1px solid #8F8F8C;
	width: 250px;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
}
a.moredet:hover {
	color: #ffffff;
	text-decoration: none;
		background: #EF6D22;
	border: 1px solid #8F8F8C;
	width: 250px;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
}