BODY {
	font-family: sans-serif, Arial;	font-size: 9pt;
	color: black;
}

TD {
	font-family: sans-serif, Arial;	font-size: 9pt;
	color: black;
}

TH {
	font-family: sans-serif, Arial;
	font-size: 10pt;
	color: #606259;
	background-color: #FFFFCC;
}

UL {
	font-family: sans-serif, Arial;
	font-size: 9pt;
	color: black;
}

SUP {
	font-family: sans-serif, Arial;
	font-size: 6pt;
	color: black;
}

SELECT {
	font-family: sans-serif, Arial;
	font-size: 9pt;
	color: #606259;
}

A:LINK {color: #0000FF;}
A:VISITED {color: #0000FF;}
A:ACTIVE {
	color: #DE1008;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER {color: #DE1008;}

H1 {
	color: black;
	font-weight: bold;
	font-family: sans-serif, Arial;	font-size: 18pt;
	text-decoration: underline;
}

.section {
	color: black;
	font-weight: bold;
	font-size: 22pt
}

.price {font-size: 12pt}

.priceHeading {
	border: 1px solid black;
	background-color: #FFFFCC;
}
.priceHeading TD {
	font-weight: bold;
	font-size: 10pt;
	color: #606259;
	padding: 4px;
}
.priceHeading TH {
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
	color: #FFFFCC;
	background-color: #606259;
	padding: 4px;
}

.priceRowHighlight {background-color: #EDEDEB;}

.picbordered {
	width: 1px;
	display: table-cell;
	text-align: center;
	padding: 5px;
	border: 1px solid black;
	background-color: white;
}