/* Style Definition ---------------------------------------------------------*
 |
 | Project: UDS Route Manifest Manager
 |
 | Copyright (C) 2009 United Delivery Service. All Rights Reserved
 |
 | Warning: This computer program is protected by copyright law and 
 |          international treaties. Unauthorized reproduction or distribution 
 |          of this program, or any portion of it, may result in severe civil 
 |          and criminal penalties, and will be prosecuted to the maximum 
 |          extent possible under the law.
 |
 | Author:	David Hickman, United Delivery Service, Inc.
 * --------------------------------------------------------------------------*/

@import url("screenBase.css");

/* --------------------------------------------------------------------------*
 | The @import statement above MUST come before all other style declarations.
 | 
 | Background style for the entire page, including the primary text color
 | and font family.
 * --------------------------------------------------------------------------*/

html, body, .bodyColor
{
    background : #f5f5f5;
    /* production color */
    
    /* background : #c6bd93; */
    /* regular test color */
    
    /* background : #e1d8c6; */
    /* other test color */
    
    /* background : #5ea4b9; */
    /* background : #5e85b9; */
    /* udsbt test color */

    /* background : #9fade7; */
    /* fredo test color */

    font-family : Verdana, Arial, sans-serif;
    font-size : 10pt;
    text-decoration : none; 
    color : black;
    margin : 0pt; 
    padding : 0pt; 
    border : 0pt; 
}

