﻿body {
	font: 100% "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background: #AAA;
}
.titlebox {
	padding:5px;
	width:440px;
	margin: 6px 4px 6px 15px;
}
.floatleft { float:left; }
.clear { clear:left }
h1, h2, h3, h4 {
	font: 200 130% Arial, Helvetica, sans-serif;
	text-align:center;
	margin:2px;
	padding:2px;
}
h2 { font-size: 90%; }
h3 { font: 200% "Times New Roman", Times, serif; }
h4 { font: 100% "Times New Roman", Times, serif; }
.arial_80c {
	font: 80% Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 2px;
}
.times90c {
	text-align:center;
	font: italic 90% Georgia, "Times New Roman", Times, serif;
	padding: 2px;
}
div#cuttings {
	margin:5px auto;
	width:330px;
	padding: 0 5px;
	border: 3px double #000;
}
div#cuttings p {
	font: 100% "Times New Roman", Times, serif;
	text-align:justify;
	margin-bottom:10px;
	text-indent:10px;
	line-height:1em;
}
div#cuttings .p1 {
	font: 700 110% "Times New Roman", Times, serif;
	text-align:justify;
	margin-bottom:10px;
	line-height : 1.5em;
}
em { font-style:italic; }
hr {
	display:block;
	text-align:center;
	width:330px;
	margin:20px auto;
}
