@charset "UTF-8";
/* CSS Document */

#notes p {
	margin: 0 10px 1.2em 10px;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 1.5em 0 1em 0;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 10px 1em 0px;
}

table {
	font-size: .9em;
	margin: 0 0 2em 0;
	line-height: 1.5em;
}

table table {
	font-size: 1em;
	margin: 0 0 0 -3px;
}

table td {
	vertical-align: bottom;
}

.commentary {
	color: #999;
	margin: .5em 0 1.5em 0;
}

span.commentary {
	margin: 0;
}
	
.required {
	margin: 0 0 1.5em 10px;
}

.required_dot {
	color: #060;
	font-size: .8em;
	margin: 0 2px 0 0;
}.disclaimerText {
	font-size: 8px;
	font-style: italic;
	color: #333333;
	line-height: 9px;
}
