
@media screen { .pageBreak { border-top: 1px dotted #CCCCCC; } }
@media print  { .pageBreak { page-break-before: always; } }

body {
    margin-top: 0px;
}

body, p, td {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 10pt;
}

body.dialogBody {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 10pt;
    background-color: menu;
}

p, ol, ul, blockquote {
    margin-top: 0px;
    margin-bottom: 0px;
}

.clientFullName {
    font-family: Times New Roman, Arial, Helvetica, Sans-serif;
    font-size: 18pt;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
}

.clientLocation {
    font-family: Times New Roman, Arial, Helvetica, Sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
}

.systemInfo {
    font-size: 8pt;
    color: #003366;
}

.systemError {
    font-size: 8pt;
    font-weight: bold;
    color: #FF0000;
}

td.pageDivider {
    background-color: #336699;
}

td.pageHeading {
    background-color: #336699;
    font-weight: bold;
    color: #FFFFFF;
}

td.pageFrame {
    background-color: #336699;
}

td.pageBackground {
    background-color: #FFFFFF;
}

td.groupHeading {
    font-weight: bold;
    color: #666666;
}

td.tableHeading {
    font-weight: bold;
    color: #333333;
}

a.sortHeading {
    font-weight: bold;
    color: #333333;
}

td.tableData {
}

td.rowDivider {
    background-color: #CCCCCC;
}

td.formBackground {
    background-color: #EEEEEE;
}

td.formLabel {
    font-weight: bold;
}

td.italicLabel {
    font-style: italic;
    font-weight: bold;
}

a.menuLink {
    font-weight: bold;
}

a.actionLink {
    font-size: 8pt;
}

a.italicLink {
    font-style: italic;
}

input.navButton {
    font-size: 8pt;
}

input.dialogButton {
    font-size: 10pt;
    width: 6em;
}

td.emptySet {
    font-style: italic;
}

td.submenuBackground {
    background-color: #FFFFE6;
}

.documentInfo {
    font-style: italic;
    color: #666666;
}

.boldText {
    font-weight: bold;
}

.italicText {
    font-style: italic;
}

.errorText {
    font-weight: bold;
    color: #FF0000;
}

.bannerAd {
    border: 1px solid #666666;
}

