@CHARSET "UTF-8";

a.letter{
	color: #c0c0c0;
	font-size: 11px;
	text-transform: uppercase;
	
	font-weight: bold;
	margin-right: 3px;
	
	display: block;
	width: 15px;
	height:22px;
	line-height: 22px;
	
	text-align:center;
}

a.letter:hover, a.letter_on{
	color: #FEE9AA;
	font-size: 11px;
	text-transform: uppercase;
	
	
	background: URL(../assets/letter_bg.png);
	font-weight: bold;
	
	margin-right: 3px;
	display: block;
	
	width: 15px;
	height:22px;
	line-height: 22px;
	text-align:center;
}

div.glossary_box{
	margin-top:20px;
	text-align: left;
	text-align:justify;
}

div.glossary_box p.glotitle{
	color: #FEE9AA;
	
}
