body {
	background-color: transparent;
	color: #000000;
	background-image: url("/images/eur-bgd.gif");
	font-family: EuroStile, BankGothic LT BT, Arial, sans-serif;
	scrollbar-face-color: #000000;
	scrollbar-3dlight-color: #EC0000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #650000;
	scrollbar-highlight-color: #CA0000;
	scrollbar-arrow-color: #EC0000;
	scrollbar-track-color: #999999;
}
table {
	border-collapse: collapse;
}
a {
	color: #EC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	color: #EC0000;
}
legend {
	color: #EC0000;
}
th {
	font-style: italic;
	font-size: 120%; 
	text-align: center;
	background-color: black;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #EC0000;
}
hr {
	color: #EC0000;
	background-color: #EC0000;
	height: 1px;
}
pre {
	font-family: EuroStile, BankGothic LT BT, Arial, sans-serif;
}
img {
	border: 0px;
}

.star {
	color: #EC0000;
}
.odd {
	background-color: #DDDDDD;
}
.even {
	background-color: #BBBBBB;
}
.odd td, .even td {
	border: 1px solid black;
	padding-left: 5px;
}
.parts {
	border-collapse: collapse;
	background-color: white;
}
.parts td {
	margin: 0px;
	padding: 5px;
	border: 1px solid black;
}
td.part_number {
	padding: 0px;
	text-align: center;
}
td.part_description {
}
td.applications {
}
p.part_number {
	padding: 2px;
	text-align: right;
	color: white;
	background-color: #666666;
	border-bottom: 1px solid red;
}