CAPTION.MYTABLE
  {
     background-color:#5D8535;
     color:white;
     border-style:solid;
     border-width:2px;
     border-color:black;
     font-size:12pt;
     font-family:arial;
     font-weight:bold;
  }

  TABLE.MYTABLE
  { 
     font-family:arial;
     font-size:10pt;
     background-color:#FFFFCC;
     width:500px;
     border-style:solid;
     border-color:black;
     border-width:1px;
  }

  TH.MYTABLE
  {
     font-size:10pt;
     color:black;
     border-style:solid;
     border-color:black;
     border-width:1px;
  }


  TR.MYTABLE
  { 
  }

  TD.MYTABLE
  {  
     font-size:10pt;
     font-family:arial;
     color:#990000;
     font-weight: bold;
     background-color:#FFFFCC; 
     text-align:center;     
     border-style:solid;
     border-color:black;
     border-width:1px;
  }

  TD.MYTABLEDESC
  {
     font-size:10pt;
     font-family:arial;
     font-weight: bold;
     color:#990000;    
     border-style:solid;
     border-color:black;
     border-width:1px;
  }
  
  #Regular
  {
     font-size: 7.5pt; 
     font-family: Arial;
     color:black;
  }

  .buttonmenu
  {
     list-style-type: none;
     margin: 0;
     padding: 0;
     width: 180px;
  }

/*Vertical Left Menu */


  .buttonmenu li a
  {
      color: white;
      display: block;
      width: 100%;
      padding: 2px 4px;
      text-decoration: none;
      font-weight: bold;
      font-family:Arial;
      border: 1px solid;
      border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0;
      /*light       dark dark light*/
      background-color: #5D8535;
      text-decoration:none;
  }


  .buttonmenu li a:visited
  {
   color: white;
  }

  .buttonmenu li a:hover, .buttonmenu li a:active
  {
      color: black;
      background-color: #ACD198;
  }

/* Horizontal Menu */
TD.HORZTOPMENU
  {  
     font-size:10pt;
     font-family:arial;
     color:#669966;     
     background-color:white; 
     text-align:center;
     height:30px;     
     width:auto;
  }
  
  TD.HORZTOPMENU a:visited
  {
	font-size:10pt;
    font-family:arial;
	color:Maroon;
  }
  
  TD.HORZTOPMENU a:hover,TD.HORZTOPMENU a:active
  {
	color: black;
      background-color: #ACD198;
  }
  TD.COPYWRITE
  {
	height:43; 
	width:100%;
	text-align:center;
	font-family: Arial;
	font-size:smaller;
  }



