
BODY { background-color: white; font-family: arial, helvetica }

TD {
    font-family: arial, helvetica;
}
.cell {
    font-family: arial, helvetica;
    font-size: .67em;
}

.columnHeader {
    font-size: .67em;
    text-align: center;
}
.title {
    font-family: arial, helvetica;
    font-size: 1.06em;
    font-weight: bold;
}

.label {
    font-family: arial, helvetica;
    font-size: .80em;
    text-align: left;
}
.labelright {
    font-family: arial, helvetica;
    font-size: .80em;
    text-align: right;
}
.sectionLabel {
    font-family: arial, helvetica;
    font-size: .80em;
    text-align: center;
    font-weight: bold;
}
.section {
    font-family: arial, helvetica;
    font-size: .80em;
}
.data {
    font-family: arial, helvetica;
    font-weight: bold;
    font-size: .80em;
}
.oneHour {
    font-family: arial, helvetica;
    font-weight: bold;
    font-size: .80em;
	color: #FF6633;
}
.twoHour {
    font-family: arial, helvetica;
    font-weight: bold;
    font-size: .80em;
	color: #00CC00;
}
.threeHour {
    font-family: arial, helvetica;
    font-weight: bold;
    font-size: .80em;
	color: blue;
}
.error {
    color: red;
}

.tableBackGround {
    background-color: #FFFFFF;
}
.tableHeader {
    background-color: #DFDFDF;
}
.tableRow1 {
    font-weight: bold;
    background-color: #FFFFFF;
}
.tableRow2 {
    font-weight: bold;
    background-color: #FFFFFF;
}
.tableRow3 {
    font-weight: bold;
    background-color: #EFEFEF;
}
.tableRowHighlight {
    font-weight: bold;
    background-color: #FFFFFF;
}
.tableBorder {
    background-color: #999999;
}

.inp {
    font-family: default;
}
.button {
    font-family: arial, helvetica;
}

A {
    color: #0000F0; 
    text-decoration: none;
    font-family: Arial;
}
A:active {
    color: #000080; 
}
A:hover {
    color: #000099; 
}

A.underlined {
    color: #0000F0; 
    text-decoration: underline;
    font-family: Arial;
}