<style type="text/css">
<!--
h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: bold;
        font-variant: caps;
}
h2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-style: normal;
        font-weight: bold;
}
h3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: .8em;
        font-style: italic;
        font-weight: bold;
}
a:active {
  color: #3E9E47;
}
a:hover {
  text-decoration: underline;
  color: #3E9E47;
}
a:link {
  text-decoration: none;
  color: #BECCF5;
}
a:visited {
  text-decoration: none;
  color: #BECCF5;
}

table.sample {
        border-width: 1px 1px 1px 1px;
        border-spacing: 1px;
        border-style: solid solid solid solid;
        border-color: gray gray gray gray;
        border-collapse: separate;
}
table.sample th {
        border-width: 0px 0px 0px 0px;
        padding: 1px 1px 1px 1px;
        border-style: none none none none;
        border-color: none none none none;
        -moz-border-radius: 10px;
}
table.sample td {
        border-width: 0px 0px 0px 0px;
        padding: 1px 1px 1px 1px;
        border-style: none none none none;
        border-color: none none none none;
        -moz-border-radius: 1px;
}

table.menu {
        border-width: 1px 1px 1px 1px;
        border-spacing: 1px;
        border-style: solid solid solid solid;
        border-color: black black black black;
        border-collapse: separate;
        background-color: black;
        filter:alpha(opacity=50);
        -moz-opacity:.50;
        opacity:.50;
}
#table.menu th {
#       border-width: 0px 0px 0px 0px;
#       padding: 0px 0px 0px 0px;
#       border-style: none none none none;
#       border-color: green green green green;
#       background-color: rgb(255, 255, 240);
#       -moz-border-radius: 0px 0px 0px 0px;
#       color: black;
#}
table.menu td {
        border-width: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-style: none none none none;
        border-color: green green green green;
        -moz-border-radius: 10px;
        color: white;
        font-style: bolder;

}
CAPTION.MYTABLE
  {
     background-color:#000000;
     color:black;
     border-style:solid;
     border-width:10px;
     border-color:black;
  }

  TABLE.MYTABLE
  {
     font-family:arial;
     font-size:14pt;
     background-color:#000000;
     width:1024px;
     border-style:solid;
     border-color:black;
     border-width:1px;
     height:60px;
     filter:alpha(opacity=50);
     -moz-opacity:.50;
     opacity:.50;
     -moz-border-radius: 5px;
     border: 1px solid #000;

  }

  TH.MYTABLE
  {
     font-size:10pt;
     color:white;
  }


  TR.MYTABLE
  {
  }

  TD.MYTABLE
  {
     height:50px;
     font-size:14pt;
     background-color:#409040;
     color:white;
     border-style:solid;
     border-width:0px;
     text-align:center;

  }

-->
</style>


