﻿body
{
    font-family:Arial;
    color:#002a00;
    font-size:12px;
    }
    
a
{
    color: #8CC63F;
    text-decoration: none;
}    

h1
{
    padding:0px;
    margin:0px;
    text-transform:uppercase;
    font-weight:bold;
    font-size:55px;
    line-height:97%;
    letter-spacing:-2px;
    font-family:Arial;    
    }
    
h2
{
    padding:10px;
    margin:0px 0px 15px 0px;
    background-color:#002a00;
    
    }    
    
h2 span.Header
{

    font-size:19px;
    color:#8CC63F;
    display:block;
    padding-bottom:10px;
    line-height:140%;   
    font-family:Arial;         
    }    

h2 span.Text
{
    font-size:12px;
    color:#fff;
    font-weight:normal;
    line-height:140%;
    }
    
h3
{
    background-color:#8CC63F;    
    margin:15px 0px 15px 0px;
    padding:10px;
    line-height:120%; 
    font-size:22px;       
    letter-spacing:-1px;
    word-spacing:2px;
    font-family:Arial;       
    font-weight:bold;
    }    
    
p
{
    font-size:11px;
    line-height:140%;    
    }    
