body {
	background-color: #ffffff;
	color: #003745;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* 16px */
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	padding: 1em;
}

h1 {
	font-size: 2em;
	font-weight: 300;
	margin: 0 0 1em;
}

h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 1em;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 1em 0 .5em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 .5em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 .5em;
}

h6 {
	font-size: 1em;
	margin: 0 0 .5em;
}

p {
	font-size: 1em;
	margin: 0 0 .5em;
}

p:empty {
    display: none;
    visibility: hidden;
}

b, strong { font-weight: bold; }

em { font-style: italic; }

u { text-decoration: underline; }

a { color: #5e8392; text-decoration: none; }

a:hover { text-decoration: underline; }

ol, ul {
	margin: 0 0 1em;
	padding: 0 2em;
}

table {
	border: .0625em solid #cccccc;
	border-collapse: collapse;
}

table th {
	font-weight: bold;
}

table th,
table td {
  border: .0625em solid #cccccc;
  padding: .5em;
}

table.agb {
  border: 0;
}

table.agb th,
table.agb td {
  border: 0;
  padding: 0 1em 1em 0;
  vertical-align: top;
}

table.agb th:last-child,
table.agb td:last-child {
  padding: 0 0 1em 0;
}