body {
	font-family: "Arial", "Helvetica", sans-serif; 
	color: #000000; 
	font-size: x-small; 
}

a:link, a:visited, a:active {
	color: #000000;
	font-weight: bold ;
	text-decoration: none;
}

a:hover {
	color: #333399;
	font-weight: bold ;
	text-decoration: underline;
}

.glb_heading {
	font-size: 30px;
	font-weight: bold;
	padding: 5;
	font-variant: small-caps;
}

.foot_note {
	font-size: xx-small;
	color: #CCCCCC;
	text-align: right;
}

.parts_category {
	background-color: #000000 ;
	color: white ;
	font-size: 12px ;
	padding-right: 2px ;
	padding-left: 2px ;
	text-align: center ; 
	height: 18px ; 
	font-weight: bold ;
	font-variant: small-caps ;
}

.parts_heading {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #999999;
	font-size: 12px;
	padding-right: 2px ;
	padding-left: 2px ;
	text-align: center; 
	height: 18px ; 
	font-weight: bold;
}

.parts_light {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #DDDDDD;
	font-size: 10px;
	padding-right: 2px ;
	padding-left: 2px ;
	text-align: center; 
	height: 14px ; 
}

.parts_dark {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #BBBBBB;
	font-size: 10px;
	padding-right: 2px ;
	padding-left: 2px ;
	text-align: center; 
	height: 14px ; 
}
