.family
{margin-left: 15px;
}

#text {

	font: normal normal 1em arial, verdana, sans serif;
	margin: 15px 0 10px 0;
	text-align: left;

}
#alphabet {

	/*font: normal normal 1em; arial, verdana, sans serif;*/
	font-family: 'Trebuchet MS'; font-size: 1em;
	margin: 15px 0 10px 0;
	text-align: left;

}

#alphabet A, #alphabet A:visited {
	padding: 10px 2px 2px 2px;
	font: normal normal 1.1em arial, verdana, sans serif;
	text-decoration: underline;
	/*color: #000099;*/
}

#alphabet A:hover {
	text-decoration: none;
	color: #0000FF;
}

#alphabet A.showing, #alphabet A.showing:visited {
	background: url(/art/bullets/red-arrow-down.gif) no-repeat top center;
	text-decoration: none;
	color: #880000;
}

#content TABLE {
	border: 0;
	width: 550px;
}

#content TH {
	text-align: left;
	background: #DDDDDD;
	padding: 2px 5px 2px 5px;
}

#content TD {
	border-bottom: 1px solid #AAAAAA;
	padding: 2px 5px 2px 10px;
}

#content TD.n {
	width: 300px;
}

#content TD.t {
	width: 125px;
	background: #EEEEEE;
}

#content TD.i  {
	width: 125px;
	padding-left: 25px;
}

