/* mmb master style sheet */

BODY {  font-family: 'New Century Schoolbook', Garamond, Times, 'New York', serif; 
       font-size: medium;
     }

td.homepage {
       font-family: 'New Century Schoolbook', Garamond, Times, 'New York', serif; 
       font-size: 14px;
     }

TD, H1, H2, H3, H4 { font-family: 'New Century Schoolbook', Garamond, Times, 'New York', serif; }

a:link, a:visited { color: navy;
                    text-decoration: none;
    }

a:hover { color: navy;
          text-decoration: underline;
    }

img { border-color: black; }

td.leftbox {
    padding: 8px;
    font-family: 'New Century Schoolbook', Garamond, Times, 'New York', serif;
    font-size: 14px;
    background-color: #ffffff;
    color: black;
    }

td.cart, th.cart {
    padding: 2px;
    font-family: 'New Century Schoolbook', Garamond, Times, 'New York', serif;
    font-size: 12px;
    color: black;
    }

th.cart {
    background-color: teal;
    color: white;
    }


td.chko, th.chko, input.chko, textarea.chko {
    padding: 2px;
    font-family: 'New Century Schoolbook', Garamond, Times, 'New York', serif;
    font-size: 12px;
    color: black;
    }

input.chko {
    padding: 4px;
    font-family: 'New Century Schoolbook', Garamond, Times, 'New York', serif;
    font-size: 12px;
    bgcolor: silver;
    }

th.chko {
    background-color: teal;
    color: white;
    }

td.calhead {
    color: gray;
    font-size: 14pt;
    font-family: 'New Century Schoolbook', Garamond, Times, 'New York', serif;
}

td.calloc {
    color: gray;
    font-size: 13pt;
    font-style: italic;
    font-family: 'New Century Schoolbook', Garamond, Times, 'New York', serif;
}
td.caldetail {
    color: black;
    font-size: 12pt;
    font-family: 'New Century Schoolbook', Garamond, Times, 'New York', serif;
}

caption.calendar-month {
    color: black;
    font-size: 16pt;
    font-family: 'New Century Schoolbook', Garamond, Times, 'New York', serif;
    }

.linked-day a:link, .linked-day a:visited , .linked-day a:hover { 
    color: red;
    text-decoration: none;
    }

td.svccenter {
    font-size: 13pt;
    font-family: 'New Century Schoolbook', Garamond, Times, 'New York', serif;
}

#categories {
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'New Century Schoolbook', Garamond, Times, 'New York', serif; */
    padding: 4px 4px 10px 6px;

}

#categories h2 {
    font-size: 12pt;
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    /*  font-family: 'New Century Schoolbook', Garamond, Times, 'New York', serif; */
    padding-bottom: 0px;
    margin-bottom: 5px;
    text-align: center;
}

#categories h3 {
    font-size: 10pt;
    /* font-family: 'New Century Schoolbook', Garamond, Times, 'New York', serif; */
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#servicectr img {
    vertical-align: text-bottom;
    padding-right: 4px;
}
