/* Set the background/text default colors */
  BODY { background: #006600;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 10px;
         color: black }

  .bg-cornertop { background-image: url(http://enestvedtseeds.com/images/header.jpg) }
  .bg-content { background-color: #FFFFFF }
  .bg-sidebar { background-color: #FFCC00 }

/* Set some special formatting background colors (e.g. like <hr />) */
  .spacer { background-color: #FFFFFF }
  .sb-spacer { background-color: #FFCC00 }
  .line { background-color: #FFCC00 }
  .gline { background-color: #006600 }

/* Set Navigation Text (for level 1/2 and print) */
/* General Colors for Navigation Text */
  .navtext { color: black;
             font-weight: bold;
             padding: 3px 5px 3px 5px }
  A.navtext { color: black;
              font-weight: bold;
              text-decoration: none }
  A.navtext:hover { color: gray;
                    font-weight: bold;
                    text-decoration: none }
/* General Colors for Lower Navigation Bar Text */
  .navbottom { background-color: #FFCC00;
               color: #006600;
               font-weight: bold }
  A.navbottom { color: #006600;
                font-weight: bold;
                text-decoration: none }
  A.navbottom:hover { color: gray;
                      font-weight: bold;
                      text-decoration: none }
/* Copyright Text */
  .copylinks { color: #FFD700 }
  A.copylinks { color: #FFD700;
                text-decoration: none }
  A.copylinks:hover { color: yellow;
                      text-decoration: underline }
/* General Page Content Style */
  .pagecontent { font-size: 12px;
                 padding: 3px }
  .pagecontent-bold { font-size: 12px;
                      font-weight: bold;
                      padding: 3px }
  .pagecontent-sm { font-size: 10px;
                    padding: 3px }
  .pagecontent-sm-bold { font-size: 10px;
                         font-weight: bold;
                         padding: 3px }
/* Product & Order Table Style */
  .product-header-small { font-size: 12px;
                          font-weight: bold }
  .product-header-large { font-size: 18px;
                          font-weight: bold }
  .product-details { font-size: 12px;
                     padding: 10px }
  .order-details { font-size: 12px;
                   padding: 5px }
/* Page Content Headers */
  .textheader-sm { color: #006600;
                   font-size: 10px;
                   font-weight: bold }
  .textheader { color: #006600;
                font-size: 14px;
                font-weight: bold }
  .textheader-large { color: #006600;
                font-size: 18px;
                font-weight: bold }
/* Bold Black Text */
  .bblacktext { color: black;
                font-weight: bold }
  .redtext { color: maroon }
/* Special Unordered List Styles */
  UL.rs { list-style-image: url(http://enestvedtseeds.com/images/bullet.gif) }
  .news_bg_row {
    background-color : #CDC8B1;
    font-size : 12px;
    font-weight : bold }
  .news_bg_row_sm {
    background-color : #CDC8B1;
    font-size : 10px;
    font-weight : bold }
  .news_row_1 {
    background-color : #F5F5DC;
    font-size : 11px;
  }
  .news_row_2 {
    background-color : #D3D3D3;
    font-size : 11px;
  }

