@charset "utf-8";
#listingTable {
	border-radius: 10px;
	background-color: #ffffff;

}
#listingTitle {
	border-radius: 10px;
	background-color: #ff6600;
	color: #ffffff;

}
#specs {
	background-color: #111111;
	border-radius: 10px;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 10pt;
}
#AltTableColor {
	background-color:#333333;
}
#navTable {
	background-color: #ffffff;
	border-radius: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 10pt;
	color: #000000;
}
#whiteText{
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
}
#blackText{
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
}
