﻿




body {
    font-family: "Roboto",Arial,sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 2.0em;
    color: #328b15;
    text-align:left;
}

h2 {
    font-size: 1.5em;
    color: #328b15;
    font-weight:700;
}

h3 {
    font-size: 1.0em;
    color: #328b15;
    font-weight: 700;
}

/*table.PCCHTMLTable tr td {
    border-left-style: solid;
    border-width: thin;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-style: solid;
}*/


table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}


tr:nth-child(even) {
    background-color: #f2f2f2;
}

th, td {
    font-size: 0.83em;
    padding: 6px;
    text-align: left;
}

ul.pccQuickLinks {
    font-family: "Roboto",sans-serif;
    font-size: 0.95em;
    font-weight: 500;
    color: #333;
    list-style: none;
    text-align: center;
}

    ul.pccQuickLinks a:link {
        color: #333;
        text-decoration: underline;
    }

    ul.pccQuickLinks a:visited {
        color: #333
    }

    ul.pccQuickLinks a:hover {
        color: #333;
        text-decoration: underline
    }

    ul.pccQuickLinks li {
        display: inline;
        /*line-height:100%;*/
        line-height: 1;
    }

div.stPCCBreadCrumb a:link {
    color: #333;
    text-decoration: underline;
}

div.stPCCBreadCrumb a:visited {
    color: #333
}

div.stPCCBreadCrumb a:hover {
    color: #333;
    text-decoration: underline
}

/* Div table */

.divTable {
    display: table;
    border-left-style: solid;
    border-width: thin;
    border-bottom-style: solid;
}

.divTableRow {
    display: table-row;
}

.divTableCellTitle {
    display: table-cell;
    border-right-style: solid;
    border-top-style: solid;
    border-width: thin;
    padding: 8px;
    font-size: 0.83em;
    font-weight: bold;
    background-color: whitesmoke;
}

.divTableCell {
    display: table-cell;
    border-right-style: solid;
    border-top-style: solid;
    border-width: thin;
    padding: 6px;
    font-size: 0.83em;
}




