
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h1 {
	font-size: 14pt;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

h2 {
	font-size: 11pt;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

h3 {
	font-size: 9pt;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

table {
	border-right: 1px solid black;
	border-top: 1px solid black;
}

table td, table th {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2pt 4pt;
}

.is-first {
	margin-top: 0;
}



div.cert {
	clear:left;
	border: 1px solid #ddd;
	margin: 0.8em 0;
}

div.cert div.img {
	float: left;
	width: 200px;
	text-align: center;
	padding-top: 1em;
}

div.cert div.body  {
	float: left;
	width: 370px;
}

div.cert div.body  h3 {
	margin-top: 1em;
}

div.cert div.body p {
}

