body {
	font-family: Arial;
}

.listingList th, .listingList td {
	padding: 1px 3px;
}

.fLeft { float: left; }
.fRight { float: right; }

.lAlign { text-align: left; }
.cAlign { text-align: center; }
.rAlign { text-align: right; }

label {
	font-weight: bold;
	color: #a2a2a2;
}

.formField, .formField input { color: #777; }

input.textField {
	border: 1px solid #dee3df;
	background-color: #f7f8f4;
	padding: 2px 5px;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

img {
	border-width:0;
}

a:visited {
	text-decoration:none;
}