/*keywords*/
a.keyword
{
	padding-left: 30px;
	font-weight: 500;
	text-decoration:underline;
	color: #000000;
}
a.keyword:hover
{
	padding-left: 30px;
	font-weight: 500;
	text-decoration:underline;
	color:#324C4C;
}
/* letter for keywordlist */
.aaaletterlist
{
	margin-top: 16px;	
	margin-bottom: 16px;
	background-color: #ffffff;
	color: inherit;
	padding: 4px 4px 4px 4px;
	border-top:solid 1px #E9F2E0;
	border-bottom: solid 1px #E9F2E0;
}
h2.aaa
{
	margin:10px 0px 0px 0px;
}
.aaaletteritem
{
	margin-left: 4px;
	font-size:110%;
	color: inherit;
	text-transform: uppercase;
	background-color: inherit;
}
.aaaletteritem a:link,.aaaletteritem a:visited,.aaaletteritem a:active
{
	font-weight: bold;
}
.aaaletteritem a:hover
{
	font-weight: bold;
	background-color: inherit;
	color:#324C4C;
}
.aaaletteritemon
{
	margin-left: 4px;
	text-transform: uppercase;
	font-weight: bold;
	color:#324C4C;
}
.aaaletteritemon a:link,.aaaletteritemon a:visited,.aaaletteritemon a:active,.aaaletteritemon a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color:#324C4C;
}
