﻿.styleTitle {
    font-size: 18px;
    font-weight: bold;
}
.styleHeader {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
}
.style2X {
    font-size: 15px;
    line-height: 20px;
}
.style2XBold {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}
.styleLarge {
    font-size: 13px;
    line-height: 20px;
}
.styleLargeBold {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
}
.styleStandard {
    font-size: 11px;
    line-height: 20px;
}
.styleStandardBold {
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
}
.styleStandardSpacingSmall {
    font-size: 11px;
    line-height: 18px;
    font-weight: normal;
}
.styleSmall {
    font-size: 9px;
    line-height: 15px;
}






body, td, th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555555;
}
a:link {
    color: #003399;
    text-decoration: none;
}
a:visited {
    color: #003399;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: none;
}
