/* IBIT Index A-Z */

#index h1 {

}


#index ul li {
	list-style-type: none;
	font-size: 12px;
}

#index ul li a {
	text-transform: none;
	color: #365F8C!important;
}

#index ul li a.cloud {
	text-transform: none;
	color: #365F8C!important;
	background-color: #e6ebde!important;
}

#index ul li a.cloud:hover {
	text-decoration: none;
	color: #e6ebde!important;
	background-color: #365F8C!important;
}

#index #a-z {
	padding-bottom: 30px;
}

#index #a-z a {
	display: block;
	float: left;
	color: #365F8C;
	font-weight: bold;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 2px 0 2px 0;
	margin-right: 3px;
	width: 18px;
}

#index #a-z a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #E6EBDE;
}



