body {
	color: white;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	margin: 0px;
	padding: 0px;
	display: block;
}

.whtbld {
	font-weight: bold;
	color: white;
}

A.whtbld {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

A.whtbld:HOVER {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

.partsDiv{
	width:480px;
	min-height:127px;
	padding:5px;
	background-color:#474949;
}

.clear{
	clear:both;
	padding:0px;
	margin:0px;
}

.yel {
	color: #ffd018;
}

A.yel {
	color: #ffd018;
	text-decoration: none;
}

A.yel:HOVER {
	color: #ffd018;
	text-decoration: underline;
}
.wht {
	color: white;
}

A.wht {
	color: white;
	text-decoration: none;
}

A.wht:HOVER {
	color: white;
	text-decoration: underline;
}

.blkbld {
	font-weight: bold;
	color: black;
	font-family: Tahoma,Arial, Helvetica, Geneva, sans-serif;
}

A.blkbld {
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-family: Tahoma,Arial, Helvetica, Geneva, sans-serif;
}

A.blkbld:HOVER {
	font-weight: bold;
	color: black;
	text-decoration: underline;
	font-family: Tahoma,Arial, Helvetica, Geneva, sans-serif;
}

.lgblkbld {
	font-weight: bold;
	color: black;
	font: 16px Tahoma,Arial, Helvetica, Geneva, sans-serif;
}

A.lgblkbld {
	font-weight: bold;
	color: black;
	text-decoration: none;
	font: 16px Tahoma,Arial, Helvetica, Geneva, sans-serif;
}

A.lgblkbld:HOVER {
	font-weight: bold;
	color: black;
	text-decoration: underline;
	font: 16px Tahoma,Arial, Helvetica, Geneva, sans-serif;
}
.lgwhtbld {
	font-weight: bold;
	color: white;
	font: 16px Tahoma,Arial, Helvetica, Geneva, sans-serif;
}

.lgwht {
	color: white;
	font: 16px Tahoma,Arial, Helvetica, Geneva, sans-serif;
}
A.lgwhtbld {
	font-weight: bold;
	color: white;
	text-decoration: none;
	font: 16px Tahoma,Arial, Helvetica, Geneva, sans-serif;
}

A.lgwhtbld:HOVER {
	font-weight: bold;
	color: white;
	text-decoration: underline;
	font: 16px Tahoma,Arial, Helvetica, Geneva, sans-serif;
}
.lgblubld {
	font-weight: bold;
	color: blue;
	font: 16px Tahoma,Arial, Helvetica, Geneva, sans-serif;
}

A.lgblubld {
	font-weight: bold;
	color: blue;
	text-decoration: none;
	font: 16px Tahoma,Arial, Helvetica, Geneva, sans-serif;
}

A.lgblubld:HOVER {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
	font: 16px Tahoma,Arial, Helvetica, Geneva, sans-serif;
}
.smlblk {
	color: black;
}

A.smlblk {
	color: black;
	text-decoration: none;
}

A.smlblk:HOVER {
	color: black;
	text-decoration: underline;
}
input.button {
	padding-left: 10px;
	padding-right: 10px;
	height: 24px;
	line-height: 14px;
	font-size: 10px;
	border: 1px solid #000000;
	background: #7eadf3;
	color: #000000;
	float: none;
}

input.button:hover {
	background: #ffffff;
}
.yellow{
	color:  #ffd524;
}

A.yellow{
	text-decoration: underline;
}

A:HOVER.yellow{
	text-decoration: none;
}

