@charset "UTF-8";
/* CSS Document */

/* ALPHABET NAV BAR 
=======================================================
*/
#main table.alphaTab { /* better to define the table elements than the A tag */
	border-top:1px solid black;
	padding-top:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#main table.alphaTab td {
	text-decoration: none;
	color: #003;
	background-color: #ff9;
	padding:4px 6px;
}
#main table.alphaTab td:hover {
	color:blue;
	text-decoration: none;
	color: #c09; 
	background-color: #ff0;
	padding:4px 6px;
}



#index {
	position:absolute;
	left: 630px;
	top: 0px;
	display:block;
	background:#fc9;
	padding: 4px;
	font-size: 0.9em;
	width: 50px;
	text-align: center;
}
#index a, a:visited {
	color:black;
	display: inline;
	text-decoration: none;
	padding:0px;
	background-color:inherit;
}

