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

.buttongray a:link {
   float: center;
   margin: 0px;
   padding: 2px;
   display: block;
   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: center;
   margin: 0px;
   padding: 2px;
   display: block;
   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;
   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: navy;
   color: wheat;
   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;
   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;
}
.buttongray2 a:visited {
   float: center;
   margin: 0px;
   padding: 2px;
   display: block;
   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;
}
.buttongray2 a:hover {
   background: #959F96;
   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;
}
.buttongray2 a:active {
   background: navy;
   color:wheat;
   height: 10px;
   font: normal 11px Tahoma, Verdana, Arial,sans-serif;
   border-bottom: 1px solid #3E4D4A;
   border-top: 1px solid #6D6653;
}
.titlelink {
   color:          darkblue;
   border:5px;
   float:          center;
   font:           bold 12px Tahoma, Verdana, Arial,sans-serif;
   margin:         20px;     padding:   2px;
   text-decoration: none;
}

.titlelink a:link {
   border:5px;
   color:          darkblue;
   text-decoration: none;
}
.titlelink a:visited {
   border:5px;
   color:          darkblue;
   text-decoration: none;

}
.titlelink a:hover {
   color:          blue;
   text-decoration: underline;
}
.titlelink a:active {
   color:          red;
   text-decoration: none;
}
/* Comment here  */
