
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
}

a {
	color: #F00;
}

#header-keywords, #header-keywords a {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

.red-bar {
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
}

.nav {
	font-size: 12px;
}

.listings {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #000000;
}

.listings th {
	background: #DEDEBE;
	border: 1px solid #000000;
	padding: 3px;
}

.listings td {
	padding: 3px;
}
.listings .odd {
	background-color: #EEEEDD;
}
.listings .even {
	background-color: #F2FFF2;
}


th {
	
}
.detail table {
	border-collapse: collapse;
}
.detail td {
	border: 1px solid #000000;
	padding: 3px;
}
.detail th {
	border: 1px solid #000000;
	background: #DEDEBE;
}
