.headerLarge {
    font-weight: bold;
    font-size: 16px;
    font-family: arial;
}
.headerMedium {
    font-weight: bold;
    font-size: 14px;
    font-family: arial;
}
.headerSmall {
    font-weight: bold;
    font-size: 12px;
    font-family: arial;
}
.headerTiny {
    font-weight: bold;
    font-size: 10px;
    font-family: arial;
}
.tiny {
    font-weight: normal;
    font-size: 10px;
    font-family: arial;
}
.footer {
    font-weight: normal;
    font-size: 10px;
    font-family: arial;
    color: #FFFFFF;
}
a {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    font-size: 10px;
    font-family: arial;
}
td {
    font-weight: normal;
    font-size: 10px;
    font-family: arial;
}
.tdHeaderSmall {
    font-weight: bold;
    font-size: 10px;
    font-family: arial;
    color: #FFFFFF;
    background: #DD0000;
    padding-top: 2;
    padding-bottom: 2;
}
input {
    font-weight: normal;
    font-size: 10px;
    font-family: arial;
}
select {
    font-weight: normal;
    font-size: 10px;
    font-family: arial;
}
button {
    font-weight: normal;
    font-size: 10px;
    font-family: arial;
}
submit {
    font-weight: normal;
    font-size: 10px;
    font-family: arial;
}
