﻿
body, html {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #2b2726;
    height: 100%;
    font-family: 'Geologica', sans-serif;
    /*font-size: 1em;*/
}

.divAnnouncementWrapper .divAnnouncement:nth-child(odd) {
    background-color: #ccc;
}


.divMasterContentWrapper {
    padding: 0px 15px 15px 15px;
}

img {
    image-rendering: auto;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.h1 {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 2.2em;
    font-weight: bold;
    margin: 4px 0 4px 0;
}

.h2 {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

.h3 {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

.h4 {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

.h5 {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin: 4px 0 4px 0;
}

.Link {
    color: #3576BC;
    text-decoration: none;
}

.gridDisplay {
    margin: 5px 0 10px 0;
    width: 100%;
    border: 0px;
    border-spacing: 0px 4px !important;
    border-collapse: separate !important;
}

p {
    font-family: 'Geologica', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
}