BODY {
 margin-left: 2em;
 margin-right: 2em;
}

H1 {
 font-size: larger;
 font-weight: bold;
 text-align: left;
}

H2 {
 font-size: medium;
 font-weight: normal;
 padding-bottom: 1em;
}

HR {
 clear: both;
}

TABLE {
 float: left;
 margin-top: 0.2em;
 margin-bottom: 2em;
 margin-left: 1em;
 margin-right: 1em;
 border-bottom: #AAAAAA groove thin;
}

CAPTION {
 text-align: center;
 padding-bottom: 0.1em;
 margin-bottom: 0.2em;
 margin-left: 1em;
 margin-right: 1em;
 font-size: smaller;
 line-height: 1.4;
 border-bottom: #CCCCCC groove thin;
}


TH {
 color: #000000;
 background-color: #EEEEEE;
 font-size: smaller;
 font-weight: normal;
 padding-top: 0.2em;
 padding-bottom: 0.2em;
 padding-left: 0.6em;
 padding-right: 0.6em;
 line-height: 1.1;
}

TH[abbr="SU"] {
 color: #FF0000;
 background-color: #EEEEEE;
}

TH[abbr="SA"] {
 color: #0000FF;
 background-color: #EEEEEE;
}

TD {
 text-align: right;
 /*border: solid thin;*/
 padding-top: 0.2em;
 padding-bottom: 0.2em;
 padding-left: 0.6em;
 padding-right: 0.6em;
 line-height: 1.1;
}

EM {
 font-style: normal;
 text-decoration: underline;
}

ADDRESS {
 text-align: right;
 font-style: normal;
}

