/* 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
{
/*  Production Color
    background : #f5f5f5;
*/
    background : #f5f5f5;
    background-image: url('images/qa.gif'); 
    
    font-family : Verdana, Arial, sans-serif;
    font-size : 10pt;
    text-decoration : none; 
    color : black;
    margin : 0pt; 
    padding : 0pt; 
    border : 0pt; 
}

