.body { color: #000000; font-size: 20px; line-height: 28px; font-family: open_sanslight; }

.bodybold { font-family: open_sansbold; }

.justify { text-align: justify; }

.head1 { color: #d8421a; font-size: 20px; font-family: open_sansbold; }

.head2 { color: #d8421a; font-size: 20px; font-family: open_sansregular; }

.head3 { color: #d8421a; font-size: 28px; font-family: open_sansbold; }

.subhead { color: #565656; font-size: 20px; font-family: open_sanslight; }

.topmenu { color: #000000; font-size: 14px; font-family: open_sansregular; }

.footer { color: #ffc71f; font-size: 22px; font-family: open_sansregular; }

a.topmenu:link, a.topmenu:visited { color: #000000; text-decoration: none; }
a.topmenu:hover, a.topmenu:active { color: #ffc71f; }

a:link, a:visited { color: #d8421a; text-decoration: none; }
a:hover, a:active { color: #ffc71f; }

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}



