/*  CSS Document
    font and font-size definitions (small font) */

    body p, div, td {
        font-family: Arial, Verdana, Sans-Serif;  
        font-size: 12px;  
        color: #666666;
    }
    h1 {
		font-size: 14px;
		margin: 0 0 20px 0;
		font-style: normal;
	    font-weight: normal;
	    text-transform:uppercase;
	}
	h1.h1HeaderLogo {
	    font-family: Trebuchet MS, Arial;
	    font-size: 24px;
		margin: 0 0 25px 0;
	    color: #ffffff;
	    text-transform:none;
	}
	h1.h1Gal {
	    margin: 25px 0 7px 6px;
	    text-transform:uppercase;
	}
	h1.h1GalPraxis {
	    margin: 25px 0 0 0;
	    text-transform:uppercase;
	}
	h1.h1Docs {
	    margin: 0 0 10px 0;
	}
	h1.h1Imp {
	    margin: 0 0 5px 0;
	}
	h2 {
		font-size: 14px; 
		margin: 0 0 7px 0;
		font-style: normal;
	    font-weight: normal;
	}
	h2.h2HeaderLogo {
	    font-family: Trebuchet MS, Arial;
	    font-size: 12px;
	    color: #daebf3;
	}
	h3 {
		font-size: 12px; 
		font-weight: bold;
		margin: 0 0 7px 0;
	}
	h4 {
		font-size: 12px; 
		font-weight: bold;
		margin: 0 0 7px 0;
	}
	h5 {
		font-size: 11px; 
		font-weight: normal;
		margin: 0 0 7px 0;
	}
	input, select, textarea {
	    font-family: Arial,sans-serif;
	    font-size: 11px;     
	}
	.divFooterLeft, .divFooterRight {
        font-family: Trebuchet MS, Arial;
		font-size: 11px; 
        color: #3399cc;
	}
	a {
	    color: #3399cc; 
	    text-decoration: none;	
	}	
	a:hover {
	    text-decoration: underline;
	}	
    .divNavi a {
        text-decoration: none;
    }
    .divNavi a:hover {
        text-decoration: none;
    }
	.aNavi, .aNaviAct {
        font-family: Trebuchet MS, Arial;
        font-size: 14px;
        color: #3399cc;
    }
