/* RESET BLOCK LEVEL MARGINS AND PADDING */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
margin:0;
padding:0;
background: none;
}

/* LINE HEIGHT */
body {
font-size: 100%;
}
 
html>body {
font-size: 16px;
}

a:link {
	text-decoration: none;

}

div.hold {

	padding-left: 10%;
	padding-right: 25%;
	padding-top: 10%;

}

td {
	vertical-align: top;

}

 
p,ul,dl {
line-height 1.5em;
font-size:1em;
margin-top: 1.5em;
margin-bottom: 1.5em;
}

ul,dl {


}

dt {
	font-style: italic;
	font-weight: bold;

}

dd {
	margin-left: 1em;

}

h3 {
line-height 1.5em;
font-size:1em;
margin-top: 1.5em;
margin-bottom: 1.5em;
font-weight: bold;
}


h1 {
font-size:1.5em;
line-height: 1em;
margin-top: 0;
margin-bottom: 1em;
}

h2 {
font-size:1.1667em;
line-height: 1.286em;
margin-top: 1.929em;
margin-bottom: 0.643em;
}


.sidenote {
padding-left: 5%;
padding-right: 10%;
font-size:0.8333em;
line-height:1.8em;
}

.note {
	font-size: 0.6em;
	padding: 2px;
	font-weight: normal;
	margin-left: 2px;
	color: #5a5a5a;
	line-height: 1.4em;

}
