/* genaral reset */
* {font-size: 100.01%;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {font-size: 62.5%;}
body {
	font:1.3em/1.385em "Times New Roman", serif;
	color:#000;
	padding:2em;
}
div.level_3, div.level_4, div.level_5{
	margin-left:2em;
}
h1{font:bold 3em/2em "Times New Roman", serif;}
h2{
	font:bold 2em/2em "Times New Roman", serif;
}
h2.real_level{
	page-break-before:always;	
}
h3{font:bold 1.8em/2em "Times New Roman", serif;}
h4{font:bold 1.3em/2em "Times New Roman", serif;}
p{padding-bottom:2em;}
em{font-style:italic;}
strong{
	font-weight:bold;
}
hgroup{
	text-align:center;
}
hgroup h1{
	font-size:1.3em;
	font-variant:small-caps;
	font-weight:normal;
	letter-spacing:.8em;
	margin-bottom:1em;
}
hgroup h2{
	font-size:3em;
	page-break-before:auto;
}
div#toc{
	font-weight:bold;
	margin:1em auto 0;
	page-break-after:always;
	width:60%;
}
div#toc p{
	padding-bottom:1em;
}

