/* ------------------------------------------------------------------------------ BOF */

    body {
	    padding:0px;
	    margin:5px 0px 0px 0px;
	    background:#000;
	    color:#fff;
	    font-family:Gill Sans, "Gill Sans MT", Tahoma, Arial, Helvetica, Sans-Serif;
	    font-size:12px;
	    margin-top:5px;    
    }
    
    html {
	    padding:0px;
	    margin:0px;
    }

    form {
        padding:0px;
        margin:0px;
    }

    a {
	    text-decoration:none;
    }
    
    a:hover {
	    text-decoration:underline;
    }

    a img {
	    border:0px;
    }

/* ------------------------------------------------------------------------------ LAYOUT */

    #id_PageLayout {
        width:1000px;
        margin:0px auto;
    }
    
    #id_PageLayout .css_Navigation {
        width:180px;
        text-align:right;
        vertical-align:top;
    }
    
    #id_PageLayout .css_BrochurePages {
        width:640px;
        text-align:center;
        vertical-align:top;
    }
    
    #id_PageLayout .css_Address {
        width:180px;
        text-align:center;
        vertical-align:top;
    }
    
    #id_layout_flash, #id_swfobject {
        position:relative;
        display:block;
        height:549px;
        margin:0px;
        padding:0px;
        overflow:hidden;
    }
    
    #id_layout_flash {
        background-image:url(/_images/background.png);
        background-position:center top;
        background-repeat:no-repeat;
    }
    
    #id_swfobject_default {
        position:relative;
        top:550px;
        color:Black;
        font-size:8px;
    }
    
/* ------------------------------------------------------------------------------ STYLES */
    
    #id_PageLayout .css_Address {
        font-size:10px;
    }
    
    #id_PageLayout h1 {
        font-size:10px;
        margin:0px;
        padding:0px;
        display:inline;
    }
    
    #id_PageLayout .css_Address a {
        color:White;
    }

/* ------------------------------------------------------------------------------ CLASSES */
    
    td.css_Navigation a {
        display:block;
        padding:1px 6px 0px 6px;
        margin:0px 0px 5px 0px;
        border:0px;
        width:176px;
        height:18px;
        text-transform: uppercase;
        font-family:Gill Sans, Gill Sans MT, Arial, Sans-Serif;
        font-size:12px;
        line-height:16px;
        text-shadow: 1px 1px 1px #333;
    }
    
    td.css_Navigation a.css_Green {
        background-color:#007537;
        color:White;
    }
    
    td.css_Navigation a.css_Blue {
        background-color:#1C5E9E;
        color:White;
    }
    
    td.css_Navigation a.css_Yellow {
        background-color:#F9D51C;
        color:Black;
    }
    
    td.css_Navigation a.css_Red {
        background-color:#d73237;
        color:White;
    }
    
    td.css_Navigation a.css_Black {
        background-color:Black;
        color:White;
    }
    
    td.css_Navigation a:hover {
        text-decoration:none;
    }
    
    p.css_VerticalMiddle, p.css_VerticalMiddle * {
        vertical-align:middle;
    }

/* ------------------------------------------------------------------------------  EOF */