body {
  background-color:           #D8D4CB;
  scrollbar-face-color:       #D8D4CB;
  scrollbar-track-color:      #D8D4CB;
  scrollbar-shadow-color:     #666666;
  scrollbar-highlight-color:  #666666;
  scrollbar-3dlight-color:    #666666;
  scrollbar-darkshadow-color: #666666;
  scrollbar-arrow-color:      #666666;
  margin:                     0;
  background-repeat:          repeat-x;
/*  background-image:           url(/image/bg-gradient.gif) */
}

/* GLOBAL DEFINITIONS */

 img                       {border-color: #444444;}
 a                         {text-decoration: none;}
 a:hover                   {text-decoration: underline;}

/* BACKGROUNDS */

 .bg_content               {background: #FFFFFF;}  /* background color for content area */

 .bg_nav                   {background: #F8F4EB;}  /* blue 0B1028*/

 .bg1                      {background: #F8F4EB;}  /*  */

 .bg_button                {background: #F8F4EB;}  /* category button */
 .bg_button_hover          {background: #FFFBF5;}  /* category button highlight */

/* BORDERS */

 .border_content           {border-left: 1px #1B1F28 solid; border-right: 1px #1B1F28 solid; border-bottom: 1px #1B1F28 solid;}  /* border for content area */

 .border_nav               {border-top: solid #4B4F58 1px; border-bottom: solid #4B4F58 1px;}  /* border for navigation */

 .border1                  {border: solid #4B4F58 1px;}  /* light grey */

 .bottom1                  {border-bottom: dashed #4B4F58 1px;}  /* light grey dashed underline */
 .bottom2                  {border-bottom: solid #4B4F58 1px;}  /* light grey solid underline */

 .top1                     {border-top: dashed #4B4F58 1px;}  /* light grey dashed underline */
 .top2                     {border-top: solid #4B4F58 1px;}  /* light grey solid underline */

/* COLORS */


 .test                     {color: #68645B;}  /* test */

 .orange                   {color: #E8AE00;}  /* orange */
 .white                    {color: #FFFFFF;}  /* white */
 .aqua                     {color: #3C7698;}  /* aqua */
 .grey                     {color: #777777;}  /* grey */
 .black                    {color: #000000;}  /* black */

/* FONTS */

 .font6                    {font: 6pt Tahoma;}
 .font7                    {font: 7pt Tahoma;}
 .font7a                   {font: 7pt Verdana;}
 .font8                    {font: 8pt Tahoma;}
 .font8a                   {font: 8pt Terminal;}
 .font8b                   {font: 8pt Verdana;}
 .font8c                   {font: 8pt Fixedsys;}
 .font10                   {font: 10pt Tahoma;}

/* LINKS */

 .link_nav                 {color: #FFFFFF;}    /* blue */
a.link_nav:hover           {color: #CCCCCC;}    /* light grey */

 .link1                    {color: #3C7698;}    /* blue */
a.link1:hover              {color: #777777;}    /* grey */

 .link2                    {color: #000000;}    /* white */
a.link2:hover              {color: #3C7698;}    /* blue */

 .input8                   {background-color: #F8F4EB; font: 8pt Verdana; color: #000000; font-weight: none; border: 1px #4B4F58 solid}
 .input7                   {background-color: #F8F4EB; font: 7pt Verdana; color: #000000; font-weight: none; border: 1px #4B4F58 solid}