body
{	background: #5A8284;
}

a, a:active, a:visited
{	color: white; text-decoration: none;
}
a:hover
{	color: #30f030; text-decoration: none;
}

.az-letters
{	position: fixed; 
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 38px;
	width: auto;
	background-color: #006B63;
	color: white;
    overflow: hidden;
	text-align: center;
	font-size: 12pt;
	line-height: 19px;
	padding-left: 8px;
	padding-right: 8px;
}

.az-index
{
	position: fixed;
	top: 38px;
	left: 0;
	bottom: 0;
	right: 0;
	bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.az-index .letter
{	width: auto;
	padding: 0px;
	background-color: #F0F0F0;
	text-align: center;
	color: black;
	font-size: 12pt;
}
.az-index .letter a
{
	color: black;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}


.black
{	color: #ccc;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 0;
	margin-left: 0;
}

.one-column-list {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.one-column-list li {
	font-size: 9pt;
	padding-left: 4px;
	border: 0;
	border-bottom-width: 1px;
	border-color: #98C9CA;
	border-style: solid;
	color: white;
}
.larger li {
	font-size: 110%;
}
