.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;
}
a {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    font-size: 12px;
    font-family: arial;
}
td, input, button, submit, select, checkbox, radio {
    font-weight: normal;
    font-size: 12px;
    font-family: arial;
}
.tdHeaderSmall {
    font-weight: bold;
    font-size: 12px;
    font-family: arial;
    color: #FFFFFF;
    background: #DD0000;
    padding-top: 2;
    padding-bottom: 2;
}
