﻿
/*  Headers CSS                                                                     */

/*  PURPOSE:       Headers to be used in aspxHTMLEditor and website                 */
/*  CREATED:       06-11-2009                                                       */
/*  MODIFIED:      06-11-2009                                                       */

/*  General
/*  ------------------------------------------------------------------------------- */
    h1 {
        margin:0;
        padding:0;
        color:#202124;
        line-height:normal;
        font-weight:normal;
        font-size:24px;    
        white-space:normal;
        margin-left:0px;
    }
    
    h2 {
        margin:0;
        padding:4px 0;
        color:#b1c800;
        line-height:normal;
        font-weight:normal;
        font-size:18px;
        margin-left:0px;
    }
    
    h3 {
        margin:0;
        padding:0;
        color:#b1c800;
        line-height:normal;
        font-weight:normal;
        font-size:12px;
        white-space:nowrap;        
    }
    
    h4 {
        margin:0;
        padding:0;
        color:white;
        line-height:normal;
        font-weight:normal;
        font-size:12px;
    }
    
    h5 {
        margin:0;
        padding:0;    
        line-height:normal;
        font-size:12pt;
        color:Black;
        font-weight:bold;
    }
/*  ------------------------------------------------------------------------------- */    
