<html>
<style type="text/css">
{}
body {
  margin: 0px; 
  font-family: Arial, Verdana, Helvetica;
  font-size: 10pt;
  background-image: url('images/bg.jpg');
  background-attachment: fixed;
}

table, td, th, p {
  FONT-FAMILY: Arial, Verdana, Helvetica; 
  FONT-SIZE: 10pt;
}
td.header, td.footer {
  background-color: beige;  
}
td.west {
  font-family: tempus sans itc;
  background-color: #bbbbbb;
}
.cal {
  font-size: 8pt;
}

table.menu {
  background-image: url('images/goldbut.jpg');
}

a.tab {
  backgroundimage: url('images/tabdk.gif');
  font-weight: bold;
  width: 120;
  TEXT-DECORATION: none;
  BORDER-STYLE: none;
  BACKGROUND-COLOR: #ebdba6;
}
a.tab:link {
  backgroundimage: url('images/tabdk.gif');
  COLOR: maroon;
  TEXT-DECORATION: none;
  BORDER-STYLE: none;
} 
a.tab:visited {
  BACKGROUNDCOLOR: #e6e6ff;  
  backgroundimage: url('images/tabdk.gif');
  COLOR: maroon;
  TEXT-DECORATION: none;
  BORDER-STYLE: none;
} 
a.tab:hover {
  TEXT-DECORATION: none;
  COLOR: white;
  BORDER-STYLE: none;
  BACKGROUND-COLOR: #c29a23; 
} 
a.tab:active {
  backgroundimage: url('images/tab.gif');
  BACKGROUNDCOLOR: #e6e6ff;  
  COLOR: yellow;
  TEXT-DECORATION: none;
  BORDER-STYLE: none
} 

a.menu {
  COLOR: maroon;
  DISPLAY: block; 
  WIDTH: 100px; 
  font-weight: bold;
  padding: 2px;
  TEXT-DECORATION: none;
}
a.menu:link {
  COLOR: maroon;
} 
a.menu:visited {
  COLOR: maroon;
} 
a.menu:hover {
  DISPLAY:block; 
  BACKGROUNDCOLOR: yellow; 
  padding: 2px; 
  COLOR: yellow;
  TEXT-DECORATION: none;
} 

a.edmenu {
  COLOR: blue;
  DISPLAY: block; 
  WIDTH: 80px; 
  padding: 2px;
}
a.edmenu:link {
  COLOR: maroon;
  TEXT-DECORATION: none;
} 
a.edmenu:visited {
  COLOR: maroon;
  TEXT-DECORATION: none;
} 
a.edmenu:hover {
  DISPLAY:block; 
  BACKGROUNDCOLOR: yellow; 
  padding: 2px; 
  COLOR: yellow;
  TEXT-DECORATION: none;
} 

a:link {
  COLOR: blue;
  TEXT-DECORATION: none;
} 
a:visited {
  COLOR: blue;
  TEXT-DECORATION: none;
} 
a:hover {
  COLOR: red;
  TEXT-DECORATION: underline;
} 

.outline {BORDER: 1px solid gold;}

</style>
</html>