* {
 font-family: Arial;
 font-size: 14px;
 color: #000000;
}
td {
 font-family: Arial;
 font-size: 14px;
 color: #000000;
}
.box {
 font-family: Arial, Verdana, Helvetica;
 font-size: 12px;
 color: #FFFFFF;
}
.nav {
 font-family: Arial, Verdana, Helvetica;
 font-size: 12px;
 color: #000000;
 text-decoration:none;
}
td.redbox {
 background-color:#CC0000;
 padding: 5px
}
td.greybox {
 background-color:#666666;
 padding: 5px
}
.red {
 font-family: Arial;
 color: #CC0000;
}
.gross {
 font-family: Arial;
 font-size: 16px;
}
h1 {
 font-family: Arial;
 font-size: 32px;
 font-weight: bold;
}
h2 {
 font-family: Arial;
 font-size: 26px;
 font-weight: bold;
}
h3 {
 font-family: Arial;
 font-size: 22px;
 font-weight: bold;
}
h4 {
 font-family: Arial;
 font-size: 18px;
 font-weight: bold;
}
h5 {
 font-family: Arial;
 font-size: 14px;
 font-weight: bold;
}
a:link {
 text-decoration:underline;
}
a:visited {
 text-decoration:underline;
 font-style:italic;
}
a:hover {
 color: #CC0000;
 text-decoration:none;
 background-color: #FFFF00;
}
a:active {
 color: #CC0000;
 text-decoration:none;
}
ul {
 font-family: Arial;
 list-style-type:circle;
}
li {
 font-family: Arial;
 font-size: 14px;
}
li b {
 font-family: Arial;
 font-size: 14px;
}
.footline {
 font-family: Arial;sans-serif;
 font-size: 10px;
 color:#999999;
 text-style:italic;
}