		.trigger{
	cursor:pointer;
	margin-bottom: 10px;
		}		
		.trigger:hover{
			cursor:pointer;
		}		
		.expanded{
	cursor:pointer;
	margin-bottom: 10px;
		}
		.expanded:hover{
			cursor:pointer;
		}
		.show{
     position:static;
     display: table;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}
#contentwrap h2 {
	font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #075Da3;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	padding-top:0px;
}
#contentwrap h2 img {
	margin-right: 10px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#contentwrap h4 {
	font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #626262;
	margin-top: 3px;
	margin-bottom: 3px;
	letter-spacing: normal;
	word-spacing: normal;
}
#contentwrap h4 img {
	margin-right: 8px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.trigger img {
	margin-right: 5px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	margin-bottom: 2px;
}
.expanded img {
	margin-right: 5px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	margin-bottom: 2px;
}

