/*  */

/* add dummy class here for reddot css stripper issue */
.dummy-default {}
/*  
    ______________________________________________________________________________
    File: DEFAULT.CSS 
    Description: Contains CSS overrides 
    Created: 30/3/07 GraemeH
    Applies To: All pages
    
    Sections:
    DEFAULT STYLES - 
    SYSTEM COLOURS -    
    ______________________________________________________________________________
*/
    
    
/*//////////////////////

    DEFAULT STYLES 
        
//////////////////////*/
    
    * { padding:0; margin:0; }
    
    body { 
        font-family:"Trebuchet MS", "Tahoma", arial, sans-serif; width:100%; height:100%; background-color:#fff;
    }
    
    a    {
        color:#13568E; text-decoration:underline;
    }
    
    a:visited {
        color:#800080;
    }
    
    a:hover {
        color:#33f;
    }
    
    a img { border:0; }
    
    h1, h2, h3, h4, h5, h6 {
        margin:0.4em 0 0.1em 0; font-weight:normal;
    }
    h3, h4, h5, h6 {
        font-weight:bold;
    }
    h1 {
        font-size:1.8em;
    }    
    h2 {
        font-size:1.3em; margin-top:.5em; 
    }        
    h3 {
        font-size:1.1em; margin-top:.25em;
    }        
    h4 {
        font-size:1em;
    }    
    h5 {
        font-size:0.8em;
    }
    h6 {
        font-size:0.6em;
    }
    p {
        margin:0.4em 0 0.6em 0;
    }
    ul, ol {
        margin:.5em 2em;
    }
    
    
/*//////////////////////

        SYSTEM COLOURS
        
///////////////////////
    Dark Navy Blue - #0B3856 (menu bar)
    Dark Blue - #13568E (links, start of box header gradient)
    Light Blue 
        #708698 (menu hover) 
        #8BA3B9 (subnav first level)
        #DDE5EB (subnav second level)
        #EEF1F5 (SubNav third level - pale blue)
    Pantone 1525 CVC Burnt Orange - #DD7A00
    Burnt Yellow - #FFBF00 (under feature images)
    Light Grey - #E0E0E0 (RHS channel header bg, box within box bg)
    Purple #800080
*/

