@charset "utf-8";
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #CCC;
	background-color: #000;
}
a {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
.list-heading {
	font-weight: bold;
	color: #FFF;
}
table {
	font-size: 12px;
	/* [disabled]color: #000; */
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
tr.heading {
	font-weight: bold;
	color: #FFF;
}
tr.highlight {
	font-weight: normal;
	color: #000;
	background-color: #FFF;
}
tr.lowlight {
	font-weight: normal;
	color: #000;
	background-color: #CCC
}
.description-width {
	width: 350px;
}
.part-number-width {
	width: 105px;
}
#model-index {
	color: #CCC;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}
#model-index table {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #FFF;
	font-size: 12px;
}
.model-heading {
	font-size: 24px;
	font-weight: bold;
}
h1 {
	font-size: 36px;
}
.warning {
	color: #F00;
}
li {
	/* [disabled]line-height: 18px; */
}
