@charset "utf-8";



/* ====== =GVA/=HBVL ======*/

        /* ----- Default fonts and colors --------------------------------- */

             
        body {color:#333;background:#fff;
        font: normal 14px/20px "Helvetica Neue", Arial, sans-serif; color:#333;
        }
        /* ----- Links ---------------------------------------------------- */

        a:link, a:visited {
        color:navy;
        text-decoration:none;
        }

        a:hover, a:active {
        color:#0000CC;
        text-decoration:underline;
        }
        
        a:focus {
        overflow:hidden;
        }



        /* ----- Headings ------------------------------------------------- */

        h1, h2, h3, h4, h5, h6 {font-family: Georgia, Times,"Times New Roman", serif; font-weight:700; clear: both;}

        h1 { font-size: 28px; line-height: 30px; margin-bottom: 20px; }
        h2 { font-size: 20px; line-height: 20px; margin-bottom: 10px; }
        h3 { font-size: 16px; line-height: 20px; margin-bottom: 20px; }
        h4 { font-size: 14px; font-weight: bold; margin-bottom: 10px; }
        h5 { font-size: 14px; }
        h6 { font-size: 14px; font-style:italic}
        
        
        p{margin-bottom: 20px;}
        p:empty{margin-bottom: 0;}