div#help-text {
	width: 620px;
	height: auto;
	padding: 15px;
}

div.clearing-house {
	height: 0px;
	width: 0px;
	clear: both;
}

p, td {
	font: 8.5pt Arial;
	line-height: 14px;
}


p {
	margin-bottom: 5px;
}

h1 {
	font: bold 16pt Arial;
	margin-bottom: 10px;
	color:#15428B;
	font-family:tahoma,arial,verdana,sans-serif;
}

h2 {
	/*font: bold 11pt Arial;*/
	background: #D9E8FB;
	padding: 3px;
	margin-bottom: 10px;
	font-size: 13pt;
	margin-top: 35px;
	color:#15428B;
	font-family:tahoma,arial,verdana,sans-serif;
	border-bottom: 1px solid #99BBE8;
}

h3 {
	margin-top: 15px;
	/*font: bold 10pt Arial;*/
	font-size: 10pt;
	color:#15428B;
	font-family:tahoma,arial,verdana,sans-serif;
}

h3 img {
	position: relative;
	top: 3px;
}

h4 {
	margin-top: 35px;
	margin-bottom: 10px;
	/*font: bold 10pt Arial;*/
	font-size: 11pt;
	font-weight: bold;
	color:#08224c;
	font-family:tahoma,arial,verdana,sans-serif;
	border-bottom: 1px solid #99BBE8;
}

p a:link, p a:visited, p a:hover, p a:active {
	color: blue;
}

div.question {
	margin-bottom: 10px;
}

div.question a.title:link, div.question a.title:visited, div.question a.title:hover, div.question a.title:active {
	font: bold 10pt Arial;
	color: blue;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
	padding-left: 12px;
	background: url('../images/plus.gif') no-repeat left 3px;
}

div.question a.title:hover {
	text-decoration: underline;
}

div.question a.expanded {
	background: url('../images/minus.gif') no-repeat left 3px !important;
}

div.question p {
	padding-left: 12px;
	margin-bottom: 10px;
	display: none;
}

strong {
	font-weight: bold;
}


table {
	border-collapse: collapse;
}

th {
	background: #d8e6f6;
	border-bottom: 1px solid #99bbe8;
	color:#15428B;
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:11px;
	font-weight: bold;
	text-align: left;
}

th, td {
	padding: 2px 0px 2px 5px;
}

td.footer-note {
	color: #a2a2a2;
}


img.icon {
	position: relative;
	top: 2px;
}