table#sample {
    background-color:#FFFFFF;
    width: 90%

}

table#sample td {
    padding: 5px;
    border: solid #000 1px;

}

.data {
    color: #000000;
    text-align: left;
    background-color: #FFFFFF;

}

.toprow {
    font-style: italic;
    text-align: center;
    background-color: #3399FF; color:#000000

}

.rowred{
	color: #000000;
    text-align: left;
    background-color: #FF9375;
}

.rowgreen{
	color: #000000;
    text-align: left;
    background-color: #A5FF8E;
}
.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;
    background-color: #FFFFFF;color:#FF6600

}