@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
}
H1 {
	font-size: 14px;
}

H2 {
	font-size: 10px;
	color: #0066FF;
}
H3 {
	font-size: 12px;
	color: #0066FF;
	font-weight: normal;
}

.underline {
	text-decoration: underline;
}

.footnote {
	font-size: 10px;
}

.linepitch {
	line-height: 18px;
}
td.marginright {
	vertical-align:top;
	padding-right: 50px;
}
td.marginleft {
	padding-left: 70px;
}
a, visited {
	color: #0066FF;
	text-decoration: underline;
}

a.hover {
	color: #000000;
	background-color:#0066FF;
	text-decoration: underline;
}
