table.prodtable
{
	font-size: 11px;
	margin-right: 30px;
	width:  500px;
}

tr.tabheader {
  color: white;
  font-weight: bold;
  background-color: #A0A0A0;
}

tr.odd {
	background-color: #DEDEDE;
}


/* Registration Table*/
table.regtable
{
	font-size: 11px;
}

table.regtable td {
	vertical-align: top;
	padding: 3px 0;
}

.SectionTitle
{
	color: #BF101F;
	font-size: 13px;
	font-weight: bold;
}

.Label
{
    font-weight: Bold;
}