body {
	font-family: Helvetica, sans-serif;
	color: #333333;
}

table {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
}
table th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	color: white;
	background-color: gray;
}
table td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

.selected a {
	background-color: gray;
	color: white;
	text-decoration: none;
	font-size: 100%;
}

.wrap {
	white-space: normal;
}

tr.highlight td, .legend {
	background-color: #ff7c70;
}

tr td {
	white-space: nowrap;
}

td i {
	font-size: 75%;
}

tr td:last-child {
	white-space: normal;
}

a {
	color: #d44e38;

}

#vendor {
	text-align: left;
}

.bullets {
	width: 50%;
	text-align: left;
}

ul {
	text-align: left;
}

ul li {
	line-height: 100%;
}

ul li a {
	color: gray;
	padding: 5px;
	font-size: 80%;
}


