/* CSS Document */

	#azlist li 	{
	list-style: square; 
	margin: .4em 0 .4em -1em;
	}
	#glosslist, /*sitelist is a - z */
	#glossindex /*siteindex is by section */ 
	{
	text-align: center;
	margin: 0;
	padding: 4px;
	margin:0;
	}
	#glossindex ul,
	#glosslist ul 
	{	
	list-style:none;	
	margin:0 2px 0 0;	
	padding:5px 0 0 20px;
	}
	#glossindex li,
	#glosslist li 
	{
	display: inline;
	line-height: 3em;
	margin:0;
	padding:0;
	}
	#glossindex a,
	#glosslist a {
	padding:6px 10px;
	margin:4px;
	text-decoration: none;
	border: 1px solid #99c;
}
	/*#sidelist li, #sidelist a {width:20px;}*/
	
	#glosslist a:link,
	#glossindex a:link {
	background: #eee;
	}
	#glosslist a:visited,
	#glossindex a:visited {
	background: #eee;
	}
	#glosslist a:hover,
	#glossindex a:hover {
	background: #ffc;
	}
	#glosslist a:active,	
	#glossindex a:active {
	background: #ff9;
	}
	li.empty {color:#333;}
	.toplink
	{
	font-size: 80%;
	}
	h2
	{
	width: 90%;
	border-bottom: 1px solid #669;
	border-top:  1px solid #669;
	padding: 5px 2px 4px 2px;
	}
	
	h2 a:link {
	white-space: nowrap;
	text-decoration: none;
	color: #000;
	}
	
	h2 a:visited {
	white-space: nowrap;
	text-decoration: none;
	color: #000;
	}
	
	h2 a:hover {
	white-space: nowrap;
	text-decoration: none;
	color: #00f;
	}
	
	h2 a:active {
	white-space: nowrap;
	text-decoration: none;
	}
