/*  */

    body {
        font-family:Arial, Helvetica, sans-serif; font-size:83%; color:#555; margin:0; padding:0; 
    }
    
    a img {
        border:0;
    }
    
    a,
    a:visited {
        color:#FF6600; text-decoration:none;
    }
    a:visited {
        color:#d40; 
    }
    a:hover {
        text-decoration:underline; 
    }
    
    /*--- add a dotted line underneath all std inline links ---*/
    p a, 
    li a, 
    td a,
    h3 a,
    h4 a {
        border-bottom:1px dotted #FF6600; 
    }
    p a:hover, 
    li a:hover, 
    td a:hover,
    h3 a:hover,
    h4 a:hover {
        border-bottom:0; 
    }
    
    
    
    
    h1, h2, h3, h4, h5, h6 {
        margin:5px 0; color:#FF6600;
    }
    h1, h2, h3 {
        font-weight:normal;
    }
    h1, h2 {
        font-family:"Century Gothic", Arial, sans-serif, Helvetica; font-weight:normal; margin:2px 0 4px 0; color:#FF6600;
    }
    h1 { font-size:150%; }
    h2 { font-size:130%; }
    h3 { font-size:120%; margin:2px 0 4px 0; }
    h4 { font-size:110%; margin:2px 0 4px 0; font-weight:bold; }
    h5 { font-size:100%; margin:2px 0 4px 0; font-weight:bold; }
    p {
        margin:3px 0 6px 0;
    }    
    
    table {
        border-collapse:collapse;
    }
        th, td {
            padding:4px;
        }
    /*-- FORMS --*/
    form {
        font-family:Arial, Helvetica, sans-serif; color:#666; margin:0; padding:0;
    }
    input, 
    textarea {
        font-family:Arial, Helvetica, sans-serif;
    }
    optgroup {
        font-style:normal; color:#f60; font-size:110%;
    }
        optgroup option {
            color:#333; font-size:90%;
        }

