body, h2 {
 font-family: Arial, Helvetia, sans-serife;
 font-size: 10pt;
}

h2 {
 font-weight: bold;
 margin: 0px;
 color: #FF9900;
}

table {
 width: 800px;
 border-collapse: collapse;
 margin-bottom: 5px;
 border: 1px solid #353535;
}

th, td {
 border-bottom: 1px solid #353535;
 text-align: left;
 padding: 2px;
 padding-top: 3px;
 padding-bottom: 3px;
 vertical-align: top;
}

th {
 background-color: #FFCC00;
}

.currency {
 color: #999999;
}

.currentPrice {
 font-weight: bold;
}

caption {
 text-align: left;
 background-color: #FF9900;
 font-weight: bold;
 padding: 2px;
 border: 1px solid #353535;
 border-bottom: none;
 margin-left: -1px;
}

em {
 font-weight: bold;
 color: #FF9900;
 font-style: normal;
}
