/** house styles **/

a img {
	border: 0;
}

.spacer {
	float: none;
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.float-left {
	float: left;
	clear: none;
}

.float-right {
	float: right;
	clear: none;
}

table.tabular tr td {
	margin: 0px;
	padding: 5px;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	vertical-align: top;
	border-top: 1px solid #DDDDDD;
	
}
table.tabular {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}
table.tabular tr {
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
table.tabular tr td.labelled {
	width: 80px;
	text-align: right;
	font-size: 9px;
	text-transform: uppercase;
	color: #665E59;
	line-height: 14px;
}

table.tabular tr.titles td {
	font-weight: bold;
}
.alternate {
	background-color: #ECFFE7;
}