/*-----------------------------------------------------*/
/* Accordion                                          */
/*-----------------------------------------------------*/
a.acc {
	margin:0;
	padding:0;
	clear:both;
	color:#FFF;
}
.iacc p {
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.accn {
	margin:0;
	padding:0 0 0 50px;
	background-color: #FFF;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.iacc {padding:10px 0 5px 0;}

a.acc,
a.acc:link {
	font-size:12px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	line-height: 130%;
	vertical-align: middle;
	margin: 0;
	padding: 4px 0 5px 50px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
a.acc:visited {
	color: #FFF;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 4px;
	padding-top: 5px;
}
a.acc:active {
	text-decoration: none;
	color: #000;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 4px;
	padding-top: 5px;
}
a.acc:hover {
	text-decoration: none;
	color: #000;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 4px;
	padding-top: 5px;
}
a.acc.selected {
	text-decoration: none;
	color: #000;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 4px;
	padding-top: 5px;
}
/*-----------------------------------------------------*/
/* Accordion Textlink                                  */
/*-----------------------------------------------------*/
.linkText:link{
	color: #000000;
	text-decoration: none;

}
.linkText:visited{ 
	color: #000000;
	text-decoration: none;
}
								
.linkText:hover{ 
	color: #000000;
	text-decoration: underline;
}
		    
.linkText:active{ 	
	color: #000000;
	text-decoration: none;
}
