.accordion  {
	width: 100%;
	padding-top:20px;
}
.accordion div 
	{
	background-color:#f2f2f2;
	border-bottom:#e4e4e4 1px solid;
	}
.accordion p 
	{
	margin-bottom: 10px;
	border: none;
	margin: 0px;
	padding: 10px;
	}
.accordion a, .accordion a.visited {
	cursor:pointer;
	display:block;
	padding:10px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	border-bottom:#e4e4e4 1px dotted;
	background: url(../images/icon_redArrowdown.gif) no-repeat 98% 50%;
	}
.accordion a:hover 
	{
	color:#006699;
	}
.accordion a.selected 
	{
	color: #cc0000;
	background-color: #e4e4e4;
	background: url(../images/icon_redArrowUp.gif) no-repeat 98% 50%;
	}

@media print {
	.accordion div{
		display: block!important;
		height: auto!important
	}
}