html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}

  
h1 {
	font-size: 20px;
	line-height: 24px;
}

h1.prefix {
	font-size: 12px;
	line-height: 12px;
}

h2.filter-settings {
	font-size: 14px;
	line-height: 20px;
}

h2.filter-box-title {
	font-size: 14px;
	line-height: 20px;
	padding-top: 14px;
	padding-left: 20px;
}

h2.newsletter-title {
	font-size: 18px;
	line-height: 27px;
	padding-top: 20px;
}


h3 {
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

a {
	color: #00703c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	color: #000;
	font-weight: bold;
}

em {
	color: #ce010c;
	font-weight: bold;
}

table {
	width: 100%;
}

tr {
	border-bottom: 1px solid #ccc;
}

tr.last {
	border-bottom: none;
}

th, td {
	padding: 6px;
}

th {
	background-color: #666 !important;
	color: #fff !important;
}

td {
	color: #333;
}

td.rh {
	color: #999;
}