.buttonText {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}
.cartItem {
    font-size: 9pt;
    font-weight: bold;
    background-color: #996633;
    color: #FFFFFF;
}
.infoField {
	font-size: 11pt;
	font-weight: bold;
	color: #FFCC66;
	background-color: #996633;
	text-align: center;
	border: none;
}
.typeWriterText {
    font-family: "Courier New", Courier, mono;
    font-size: 11pt;
}
INPUT {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}
INPUT:hover { background-color: #B2CAFF; }

select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}
#outerTable {
	border: 8px double #660000;
	background-color: #FFFFFF;
}
#innerTable {
	border: 1px solid #660000;
	background-color: #FFFFFF;
}
#innerTable th {
	color: #FFCC66;
	background-color: #660000;
}
#dataTable {
}
#dataTable th {
	color: #FFCC66;
	background-color: #660000;
	font-size: 9pt;
}
#dataTable td {
	font-size: 8.5pt;
}
.activeRow{
	background-color: #FFFFFF;
}
.inactiveRow{
	background-color: #CCCCCC;
}
contentTable {
}
#contentTable th {
	font-size: larger;
	background-color: #CCCCCC;
	color: #660000;
	text-align: left;
	text-indent: 6px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contentTable td{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
}


