ul, ol { 
	list-style-type: none; 
	padding: 0px;
	margin: 0px;
	}


#maincontent {
	padding-left: 10px;
	padding-top: 0px;
}


strong {
	font-family: Helvetica;
	font-variant: small-caps;
	color: #000;
	background: #fff;
	cursor: pointer;	
	font-weight: normal;
	line-height: 20pt;
	letter-spacing: 0.01em;
}

strong a:link, strong a:visited {
	text-decoration: none;
}

strong a:hover, strong a:active {
	color: #000000;
}


.subnavigation {
	font-family: Helvetica;
	color: #000;
	cursor: pointer;	
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: 0.01em;
	font-size: 0.8em;
}

.subnavigation ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

.subnavigation li{
	margin-right: 10px;
}


.subnavigation a:link, .subnavigation a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	bacbackground-color: #fff;
}

.subnavigation a:hover, .subnavigation a:active {
	color: #000;
}




.accordion {
	padding: 0px 0px 0px 0px;
	line-height: 0pt;
	height: 0px;
}
