
/* hide from ie5 mac \*/

html {
    height: 100%;
    overflow: hidden;
    }

#flashcontent {
    height: 100%;
    }

/* end hide */

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font: 10px 'Lucida Grande', Tahoma, Arial, Verdana, sans-serif; color: #000;
    }

a {
    text-decoration: none;
    }
    
a:link {
    color: #4d6732;
    }
    
a:visited {
    color: #4d6732;
    }
    
a:active {
    color: #4d6732;
    }
    
a:hover {
    color: #4d6732;
    }
