body {
        background-color: #ffffff;
        background-image: url(../images/bg_tile.gif);
        background-repeat: repeat-x;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 0px;
        margin: 0px;
}
p {
       color:#333333;
       line-height: 1.8em;
       text-align: justify;
}

.contentheading {
       font-weight: normal;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 16pt;
color: #8cc63f;
}
.contentpaneopen {
       color:#333333;
       line-height: 1.8em;
}
h1, h2, h3, h4, h6 {
        font-weight: normal;
        line-height: 1.2em;
        color: #000;
        margin: 0;
}

h1 {font-size: 28px;}

h2 {
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 12pt;
color: #407ead;
padding-bottom: 10px;
}

h3 {font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-weight: bold;
font-size: 10pt;
color: #407ead;}

h3 a {font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 12pt;
color: #407ead;
text-decoration: none;
}

h3 a:hover {
     text-decoration: underline;
}


h4 {font-size: 16px;}

h5 {font-family: 'Trebuchet MS', Helvetica, sans-serif;
       font-size: 8pt;
       color: #407ead;}
h6 {
       color:#666666;
       font-size: 10px;
       line-height: 1.8em;
       text-align: left;
}

a {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 10pt;
       color: #3a00ff;
       text-decoration: none;
}
a:hover {
text-decoration: underline;
}

h2 a {
       font-family: 'Trebuchet MS', Helvetica, sans-serif;
       font-size: 14pt;
       color: #407ead;
       text-decoration: none;
}

h2 a:hover {
text-decoration: underline;
}

img { 
        border: 0px;
        margin: 0;
}
img.padimage { 
        border: 0px;
        margin: 0px;
        padding: 10px;
}
img.border {
        border: 1px solid #cccccc;
        margin: 0px;
        padding: 5px;
}