.tabletitle {
    font-size: 22pt;
}

.contact {
    font-size: 9pt;
}

.borderbuilder, .pagebuilder {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.pagebuilder {
    text-align: center;
}

.pagebuilder, .pagetext {
    margin-left: 80px;
}

.pagetext {
    font-size: 11pt;
}

.borderbuilder {
    width: 100%;
}

.borderbuilder tr td, .pagebuilder tr td {
    padding: 0px;
}

.datatable {
    border: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.datatable tr td {
    padding: 4px;
}

.headrow td {
    font-size: 11pt;
    height: 56px;
    vertical-align: top;
    text-indent: 20px;
}

.headrow td:first-child {
    font-size: 13pt;
    text-indent: 0px;
}

.oddrow td, .evenrow td {
   font-size: 9pt;
   height: 27px;
   text-indent: 20px;
}

.oddrow td:first-child, .evenrow td:first-child {
    font-size: 11pt;
    text-indent: 0px;
}

.subcell {
    width: 90%;
    margin-left: 40px;
    margin-right: 0px;
    font-size: 9pt;
    text-decoration: none;
}

.withurl {
    cursor: pointer;
}


/* NOTE the .withindent class overrides the .oddrow and .evenrow classes, so
   should appear physically after them in the css file. Just keep it down here
   at the bottom of the file. */
   
.withindent td:first-child {
    text-indent: 30px;
}

