/*
*********************************************************************************
*                                                                               *
*    (c) Copyright 2000-2004 Best Software SB, Inc.  All rights reserved.       *
*    This material is proprietary to Best Software SB, Inc. and may not be      *
*    used, distributed or reproduced in any form or by an means without         *
*    written expression from Best Software SB, Inc.  Any use, distribution      *
*    or reproduction in any form or by any means without written permission     *
*    from Best Software SB, Inc. is a violation of federal copyright laws       *
*    and international treaties.  Terms of use.                                 *
*                                                                               *
*********************************************************************************
*/

/* Template: Peachtree What's New */
/* default body settings */

BODY 
{
    
      font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
}
span
{
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;

}


div 
{
      font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
}

div.NavContent
{
    PADDING-left:15px;
    PADDING-right:15px;
    PADDING-top:17px;
    PADDING-bottom:11px;
    OVERFLOW-Y:auto;
    width:100%; 
    Height:100%; 
    left:0; 
    top:0; 
    position:absolute; 
    z-index:2;
}
div.Content
{
	/*
    PADDING-left:15px;
    PADDING-right:15px;
    */
    PADDING-top:17px;
    PADDING-bottom:11px;
    OVERFLOW:auto;
    width:100%; 
    Height:100%; 
    left:0; 
    top:0; 
    position:absolute; 
    z-index:2;
}



div.Content a {
	display: none;
}
div.Content a.Overview {
	display: inline;
}


A:link 
{
      color: #0000FF;
      font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
}
A:visited {
      color: #0000FF;
      font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
}
A:hover 
{
      color: #0000FF;
      font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
}

A.Overview:link {
    color:#1F6389;
    
}

/* page links visited */
A.Overview:visited {
    color: #1F6389;
    
}

/* page links mouse hover */
A.Overview:hover {
    color: #FF9A63;
    
}



IMG
{
    border:0;
}

/* paragraph settings */
P 
{
     font-size : 11px;

}

/* input text */
INPUT {
     font-size:11px;
   
}

/* table cell settings */
TD
{
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    
}

TD.Single
{
    padding-bottom:20px;
    margin-bottom:20px;
}

UL
{
    margin-left:10px;
    margin-top:0px;
    PADDING:15px;
}

.Super
{
    vertical-align:super;
    font-size: 8px;
}

LI
{
    font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
}

LI.Single
{
    padding-bottom:15px;
}


.Bold 
{ 
    font-weight:bold; 
}

.ContentHeading 
{
    font-weight:bold;
    font-size : 16px;
}

.FeatureHeading
{
    color:#1F6389;
    font-weight:bold;
}



