﻿html
{
    margin: 0;
    padding: 0;
}

body
{
    margin: 0 auto;
    font-family: Calibri, Verdana, Ariel, sans-serif;
    font-size: medium;
    background-color: #C0C0C0;
    text-align: justify;
}
h1, h2, h3, h4, h5, h6
{
    color: #024F3B;
}

h1
{
    font-size:x-large;
    font-weight: bold;
}
h2
{
    font-size: large;
    font-weight: bold;
}
h2.news
{
    margin-top:0px;
    margin-bottom:0px;
}
h2.contactus
{
    margin-top:0px;
}
h3
{
    font-size: medium;
    font-weight: bold;
}
h4
{
    font-size: medium;
    font-weight: normal;
}
h5
{
    font-size: small;
    font-weight: bold;
}
h6
{
    font-size: small;
    font-weight: normal;
}

.designmodebodytag
{
    background-color: White;
}
.AccordionHeader
{
    cursor: pointer;
}
.news
{
    background-color: White;
    width: 700px;
    clear: both;
}
.news h1
{
    font-size: small;
    margin-bottom: 0px;
}

.newschar8
{
    width: 50px;
    float: left;
}
.newschar12
{
    width: 90px;
    float: left;
}
.newschar50
{
    width: 250px;
    float: left;
}
.morebutton
{
    background-image: url('TemplateImages/ChevronButton.gif');
    text-align:center;
    vertical-align:middle;
    font-weight:normal;
    font-size:medium;
}