#accordion {
	padding-top: 136px; 
	padding-left: 50px;
}


h1 {
	font-style: italic;
	cursor: pointer;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	color: #00007F;
	margin: 4px;
	text-decoration: underline;

}

h2 {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 4px;
	text-decoration: none;
}

h4 {
	font-style: normal;
	font-weight: bold;
	text-align: right;
	font-family: sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 4px;
	text-decoration: none;
}

a.dream {
	font-style: normal;
	font-weight: bold;
	text-align: right;
	font-family: sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 4px;
	text-decoration: none;
}

a.dream:hover {
	font-style: normal;
	font-weight: bold;
	text-align: right;
	font-family: sans-serif;
	font-size: 10px;
	color: #444444;
	margin: 4px;
	cursor: pointer;
	text-decoration: underline;
	
}

h3 {
	font-style: italic;
	text-indent: 0px;
	font-weight: normal;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	text-decoration: none;
}



p {
	font-style: italic;
	text-indent: 10px;
	font-weight: normal;
	text-align: left;
	font-family: sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#dhtmltooltip {
	font-family: sans-serif;
	font-size: 12px;
	color: #444444;
	position: absolute;
	border: 1px solid #666666;
	padding: 2px;
	background-color: #DDDDDD;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.hid {
	display: none;
}




