﻿/*   Detailed Occasions stylesheet  */

  BODY {
  background-color:black;
  background-image:url('Images/DO_brand.png');
   font-family: Times New Roman, serif;
   font-style: normal;
   font-size:10pt;
   font-weight: normal;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
  }
 
  P {
   font-family: Times New Roman, serif;
   font-style: normal;
   font-size:10pt;
   font-weight: normal;
   color: #555555;
  }


  B {
    color : #990000;
  }

  HR {
    color : #990000;
  }

  A {
   color : #990000;
  }

  H1 {
   color : #990000;
  }

  H2 {
   color : #990000;
  }

  H3 {
   color : #990000;
  }

  H4 {
   color : #990000;
  }


  LI {
   font-family: Times New Roman, serif;
   font-style: normal;
   font-size:10pt;
   font-weight: normal;
   color: #555555;
  }

  TD.products {
   font-family: Times New Roman, serif;
   font-style: normal;
   font-size:10pt;
   font-weight: normal;
   color: #555555;
   background-color: #EEEEEE;
  }
 
  TD {
   font-family: Times New Roman, serif;
   font-style: normal;
   font-size:10pt;
   font-weight: normal;
   color: #555555;
  }
 
  TH {
   font-family: Times New Roman, serif;
   font-style: normal;
   font-size:10pt;
   font-weight: bold;
   color: #FFF;
   background-color: #000;
/*   color: #555555;
   background-color: #FFEA89;
*/   
  }

  .footnote {    
    font-size: 8pt;
  }

  .small {    
    font-size: 8pt;
  }
  
    td.leftnav {
    background-color: #FFFF99;
  }

  td.button {
    background-image:url(images/button.png)
  }

  .pinkbg {
    background-color: #FECCC5;
  }

  .beigebg {
/*    background-color: #F3EEC4;*/
    background-color: #000;
  }

  .greybg {
    background-color: #EEEEEE;
  }

  .red {
    color: #FF0000;
  }

  .copyrightbeige {
    color: #fff;
    background-color: #555555;
/*    background-color: #F3EEC4; */    
  }

  .copyright {
    color: #fff;
  }

  .copyright2 {
/*    color: #555555;
    background-color: #FFEA89; */
    color: #555555;
    text-decoration: none;
  }

  .lastupdated {
    color: #555555;
    font-weight: bold;
  }

  .subsection {
    color: #990000;
    font-weight: bold;
    font-size: 16pt;
  }

  A.topnav {
    color: #990000;
    font-weight: bold;
    text-decoration: none;
    font-size: 10pt;
  }
  .gray  {
    color: #555555;    
    font-size: 10pt;
  }

  .white {
    color: #FFFFFF;    
    font-size: 10pt;
  }
  
  A.subitems {
   color : #990000;
   font-weight: bold;
   font-size:12pt;
  }

  A.leftnav {
   color : #990000;
   font-weight: bold;
   font-size:10pt;
   text-decoration: none;
  }


