/* Style sheet for Cooke Industries 2008 Version #interim  - Updated 24 Jun-2008 */
/*  Created by The Red Zebra Business Centre, June 2008.  Author:  Max Williams*/

    body {
            background-color: rgb(255, 255, 255);
            color: rgb(0, 0, 153);
            margin: 0px;
            padding: 0px;
            font-family: 'arial narrow',Helvetica,sans-serif;
            font-weight: bold;
            text-align: center;
            font-size: 22px;
    }
    #nav {
            color: #FFFFFF;
            background-color: #0066FF;
            /*background-image: url(graphics/toplines.gif);*/
            width: 100%;
            /*height: 18px;*/
            margin-top: 15px;
            padding: 4px; 0px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: bold;
            text-align: center;
    }
    #nav a:link {
            color: #FFFFFF;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-decoration: none;
    }
    #nav a:visited {
            color: #FFFFFF;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-decoration: none;
    }
    #nav a:hover {
            color: #F0C310;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-decoration:  underline;
    }

/*Style Sheet Ends*/
