/*
######################################################################
# $Id: general.css,v 1.2 2006/04/06 16:48:17 kkewley Exp $
# Copyright (c) 2006 Beanlogic Limited
######################################################################
*/

    /*
    UNIVERSAL STYLES
    ======================================================================
    */

    .breaker
    {
        height: 1px;
        clear:both;
        font-size:1%;
        overflow: hidden;
    }

    img
    {
        border: 0;
    }

    form
    {
        margin: 0;
        padding: 0;
    }

    a
    {
        text-decoration: none;
    }

    a:hover
    {
        text-decoration: underline;
    }

    acronym
    {
        font-weight:bold;
        /* for IE */
        text-decoration: underline;
        cursor:help;
    }

    *>acronym
    {
        text-decoration: none;
    }

    hr.hide
    {
        display: none;
    }
