body {
/*	width: 960px; */
}

.PageTitle {
	font-size: x-large;
	font-weight: bold;	
}

.NewLabel {
	font-style: italic;
	color: #FF0000;
	font-size: larger;
	font-weight: bold;
}

.FootText {
    font-size: smaller;
}

div.item_even {
    display: table;
    width: 97%;
    padding: 0 .25em .5em .5em;
    margin: .5em 0 0 .25em;
    background-color: #bfd7ef;
}

div.item_odd {
    display: table;
    width: 97%;
    padding: 0 .25em .5em .5em;
    margin: .5em 0 0 .25em;
    background-color: #d6e2ef;
}

img.cover {
    float: left;
    padding: 4px 4px 4px 4px;
    margin: 4px;
    background-color: #FFFFFF;
    border: 2px solid #D0D0E0;
}

table.PartList {
	background-color: #A0A0C0;
	white-space: nowrap;
	font-size: smaller;
	
	border-collapse: collapse;
	border: 2px solid #404040;
	clear: left;
}

table.PartList TD {
    padding: 3px;
	border: 1px solid #404040;
}

table.PartList A {
    text-decoration: none;
}

table.PartList A:hover {
    text-decoration: underline;
}

table.PartByHand {
	background-color: #A0A0C0;
	white-space: nowrap;
	font-size: smaller;
	
	border-collapse: collapse;
	border: 2px solid #404040;
}

table.PartByHand TD {
    padding: 3px;
	border: 1px solid #404040;
}

table.PartByHand A {
    text-decoration: none;
}

table.PartByHand A:hover {
    text-decoration: underline;
}

table.PartFeatured {
	background-color: #A0A0C0;
	white-space: nowrap;
	font-size: smaller;
	
	border-collapse: collapse;
	border: 2px solid #404040;
}

table.PartFeatured TD {
    padding: 3px;
	border: 1px solid #404040;
}

table.PartFeatured A {
    text-decoration: none;
}

table.PartFeatured A:hover {
    text-decoration: underline;
}
