* {
	margin: 0px;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

p, table {
	margin-bottom: 0.8em;
}

h1 {
	font-family: Garamond, Helvetica, sans-serif;
	margin-bottom: 0.8em;
}

h2 {
	font-family: Garamond, Helvetica, sans-serif;
	font-size: 19px;
	margin-bottom: 0.75em;
}

h3 {
	font-family: Garamond, Helvetica, sans-serif;
	margin-bottom: 0.6em;
}

h4 {
	font-family: Garamond, Helvetica, sans-serif;
	margin-bottom: 0px;
}

h5 {
	font-family: Garamond, Helvetica, sans-serif;
	margin-bottom: 1.2em;
}

h6{
	font-family: Garamond, Helvetica, sans-serif;
	margin-bottom: 1.2em;
}

h7 {
	font-family: Garamond, Helvetica, sans-serif;
	margin-bottom: 1.2em;
}

ul {
	padding-left: 15px;
}

img {
	border: 1px solid black;
}

img.noBorder {
	border: 0px none;
}