/* Comment here */
body{   width:100%;
        margin: 0PX;  padding: 0PX;
}
.backgroundbody  {background-color: #C8D8FB;  }  /* ok */
.backgroundtable {background-color: ivory;}

.buttongray a:link {
   float: right;
   margin: 0px;
   padding: 2px;
   width: 88px;
   height: 10px;
   border-top: 1px solid #E4DFC2;
   border-bottom: 1px solid #3E4D4A;
   background: #BCB69E;
   text-align: center;
   text-decoration: none;
   font: normal 11px Tahoma, Verdana, Arial,sans-serif;
   color: black;
}
.buttongray a:visited {
   float: right;
   margin: 0px;
   padding: 2px;
   width: 88px;
   height: 10px;
   border-top: 1px solid #E4DFC2;
   border-bottom: 1px solid #3E4D4A;
   background: #BCB69E;
   text-align: center;
   text-decoration: none;
   font: normal 11px Tahoma, Verdana, Arial,sans-serif;
   color: black;
}
.buttongray a:hover {
   background: #959F96;
   width: 88px;
   height: 10px;
   text-align: center;
   text-decoration: none;
   font: normal 11px Tahoma, Verdana, Arial,sans-serif;
   color: white;
   border-top: 1px solid #E4DFC2;
   border-bottom: 1px solid #3E4D4A;
}
.buttongray a:active {
   background: #A19C88;
   width: 88px;
   height: 10px;
   font: normal 11px Tahoma, Verdana, Arial,sans-serif;
   border-bottom: 1px solid #3E4D4A;
   border-top: 1px solid #6D6653;
}







.buttongray2 a:link {
   float: center;
   margin: 0px;
   padding: 2px;
   display: block;
   height: 10px;

   background: #BCB69E;
   text-align: center;
   text-decoration: none;
   font: normal 11px Tahoma, Verdana, Arial,sans-serif;
   color: black;
}
.buttongray2 a:visited {
   float: center;
   margin: 0px;
   padding: 2px;
   display: block;
   height: 10px;

   background: #BCB69E;
   text-align: center;
   text-decoration: none;
   font: normal 11px Tahoma, Verdana, Arial,sans-serif;
   color: black;
}
.buttongray2 a:hover {
   background: #959F96;
   display: block;
   height: 10px;
   text-align: center;
   text-decoration: none;
   font: normal 11px Tahoma, Verdana, Arial,sans-serif;
   color: white;

}
.buttongray2 a:active {
   background: #A19C88;
   display: block;
   height: 10px;
   font: normal 11px Tahoma, Verdana, Arial,sans-serif;

}

.buttonwide {
   background-color: silver;
   color:           black;
   border-style:    outset;
   font-family:     Comic Sans MS; font-size: 100%;  font-weight: bold;
   padding:         0px;           display: block;
   border-width:    2px;    text-align:     center;
}

.buttonwide a:link {
   color:           black;
   border-style:    outset;
   font-family:     Comic Sans MS; font-size: 100%;  font-weight: bold;
   padding:         0px;           display: block;
   border-width:    2px;    text-align:     center;
}
.buttonwide a:visited {
   color:           maroony;
   border-style:    outset;
   font-family:     Comic Sans MS;  font-size: 100%;  font-weight: bold;
   padding:         0px;            display: block;
   border-width:    2px;    text-align:     center;
}
.buttonwide a:hover {
   color:         blue;
   border-style:     inset;
   font-family:     Comic Sans MS;  font-size: 100%;  font-weight: bold;
   padding:         0px;            display: block;
   border-width:    2px;      text-align:     center;
}
.buttonwide a:active {
   color:         red;
   border-style:     default;
   font-family:     Comic Sans MS;  font-size: 100%;  font-weight: bold;
   padding:         0px;            display: block;
   border-width:    2px;    text-align:     center;
}
/* Put a border on all generated images silver */
.inset_image{
   border:0px; border-width:2px; border-color: silver; border-style: solid;
   }
.inset_image a:visited{
   border:0px; border-width:2px; border-color: silver; border-style: solid;
   }
.inset_image a:hover {
   border:0px; border-width:2px; border-color: black; border-style: solid;
   }
