/* base textual styles */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/* table styles */
table {
	border-collapse: collapse;
}

th {
	font-weight: normal;
	text-align: right;
}

thead th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #187965;
	padding-right: 8px;
}

/* image styles */
img {
	border: none;
}

/* headers */
h1 {
	color: #187965;
}
