.AuctionTitle{
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	
}

.AuctionLinks{
	border:1px solid #666699;
	background-color:#EFEFFF;
	padding:4px;
	
}

.ProductHeader{
	border-bottom: #000000 1px solid;
	color: #FF7700;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 5px;
	text-transform:uppercase;
	width: 100%;
	
}

.ProductText{
	line-height:1.5em;
	font-family:Arial;
	font-size: 12px;
	
}

.HeaderText{
	border-bottom: #000000 1px solid;
	color: #333333;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 2px;
	width: 100%;
	
}

.NormalText{
	font-family:Arial;
	font-size: 12px;
	
}

