div#container {
	font: 78% "Lucida Grande", Verdana, Arial, sans-serif;
	background-color:#FFFFFF;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 540px;
	text-align: left;	
}

table {
	border-collapse: collapse;
	margin: 0;
}

a {
	color: #0083B3;
	text-decoration: underline;
}
a:hover {
	color: #0083B3;
}
a:visited:hover {
	color: #0083B3;
}
a:visited {
	color: #0083B3;
}

#content {
	margin: 0;
	float: right;
	padding: 15px 0 10px;
	min-height: 250px;
	width: 540px;
}

table.listing {
	background: transparent url(/images/hdr_light2.png) left top no-repeat !important;
	margin: 0 0 1px;
	width: 100%;
}
table.listing caption {
	background: transparent url(/images/hdr_light.png) left top no-repeat;
	color: #A9A9A9;
	text-align: right;
	font-weight: bold;
	line-height: 26px;
	height: 26px;
	padding: 0 10px;
}
table.listing thead th {
	background: none;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 10px;
	color: #909090;
	text-align: left;
	white-space: nowrap;
	/* text-shadow: #929395 2px 2px 1px; */
}
table.listing td {
	padding: 0.5ex 0 0.5ex 10px;
	font-size: 0.9em;
	border-bottom: 1px solid #E0E6E8;
	height: 19px;
	vertical-align: middle;
}
table.listing tr.r0 {
	background: #F1F8FA;
}
table.listing tr.r1 {
	background: none;
}
caption.abc-links span {
	float: left;
	color: black;
}
caption.abc-links a {
	padding: 0 0.5ex;
}

