<style type='text/css'> 

.SectionTitle {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
        color: #000000;
}


.ItemTitle {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
        color: #993333;
}

.ItemDetails {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
        color: #666666;
}

.ItemPrice {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
        color: #000000;
}

hr.item {
        border-style:solid;
        border-width:1px;
        border-color:#993333;
        height:0;
}


</style>


