BODY     { font-family:open sans,arial,tahoma,sans-serif,helvetica;
           font-size:11pt; color:navy; background-color:#ffffff; 
           letter-spacing:0.05em; margin:0px; padding:0; }
TABLE.c  { border-collapse:collapse; }
TD,DIV   { font-family:verdana,open sans,helvetica,tahoma,arial,sans-serif;
           font-size:10pt; color:navy; } /* letter-spacing:0.05em; */
TD.top   { vertical-align:top; }
TD.r     { text-align:right; }
TD.c     { text-align:center; }
DIV      { margin:0; padding:0; }
A        { color:blue; text-decoration:none; }
A:visited { color:#0000ee; }
A:hover  { text-shadow:1px 1px 1px #f69; }
H1,H2,H3,H4  { margin: 0 2 6 2px; line-height:1.4em; }
IMG      { border:0; max-width:100%;height:auto; }
FORM     { margin:0; padding:0; }
INPUT,SELECT { font-family:verdana,sans-serif,arial,helvetica; font-size:9pt;}
INPUT.b  { background-color:#efefef; }
LI       { font-size:inherit; }
LI.naro  { margin:1 1 1 -9px; padding:0px; line-height:1.5em; }
LI.hiro  { margin:10 0px; padding:0px; }
#REVC    { color:#eee; font-weight:bold; font-family:verdana,georgia,helvetica,sans-serif; }
#AMP     { margin:0 1 -2 2px; }
#PRE     { font-family:monospace; }
#WID     { font-family:verdana; font-size:11pt; font-weight:400; letter-spacing:1.5px;}
#TRT     { font-size:8pt;font-family:Verdana,Georgia,Helvetica,Gevena,Tahoma,sans-serif; }
#dim     { color:#678678; line-height:1.2em; }
.TOC     { font-weight:400;line-height:1.3em;margin:auto;padding:6px;
           border:2px solid #6868;border-style:ridge;border-radius:0.6em 0.6em;
           background-image: radial-gradient(#eff 20%, #ffe 65%, #fee 15%);
           font-size:10pt;text-align:center;width:100px;
           box-shadow: 0 6px 6px -2px gray;  }
.TOC:hover { border:2px solid #9da; font-size:10.7pt; }
.s       { font-size: 9pt; }
.ss      { font-size: 8pt; }
/* -------------------------------------------------- */
input.button {
   border-top:1px solid #96d1f8;
   background:#65a9d7;
   background:-webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background:-webkit-linear-gradient(top, #3e779d, #65a9d7);
   background:-moz-linear-gradient(top, #3e779d, #65a9d7);
   background:-ms-linear-gradient(top, #3e779d, #65a9d7);
   background:-o-linear-gradient(top, #3e779d, #65a9d7);
   padding:8px 16px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius:0.5em;
   -webkit-box-shadow:rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow:rgba(0,0,0,1) 0 1px 0;
   box-shadow:rgba(0,0,0,1) 0 1px 0;
   color:#fff; font-weight:600;
   text-shadow:rgba(50,70,90,.9) 1px 1px 2px;
   font-size:12pt;
   font-family:Georgia,verdana,sans-serif; 
   text-decoration:none;
   vertical-align:middle;
   }
input.button:hover {
   border-top-color: #6faf60;
   background: #afdfbe;
   color: #d33; font-size:12pt;
   }
input.button:active {
   border-top-color: #1b435e;
   background: #eb435e;
   }
/* -------------------------------------------------- */
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  font-family: Arial;
  color: #ffffff;
  font-size: 1.2em;
  padding: 0.3em 0.8em; margin:0;
  text-decoration: none;
  white-space:normal;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
