/* <style type="text/css"> */
/* <link rel="stylesheet" type="text/css" href="local.css" > */

body {
  border:  none;
  margin: 0px;
  background-color: transparent;
  font-family: Verdana,Tahoma,Arial,"Times New Roman",sans-serif;
  font-size: 16px;
  color: black;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: normal;
  text-align: left;
  display: block;
}
table { table-layout:auto;
  border:  none;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: verdana,helvetica,arial,sans-serif;
  color: black;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  min-width: 1021px;
  width: 1021px;
  max-width: 1021px;
  line-height: normal;
  list-style-type: disc;
  list-style-position: outside;
  text-align: left;
  display: table;
}
th {
  border: 1px solid silver;
  margin: 0px;
  padding: 2px;
  background-color: #ffff99;
  opacity: 0.851;
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: 100%;
  color: black;
  font-weight: bold;
  font-style: normal;
  vertical-align: middle;
  text-align: center;
  min-height: 50px;
  height: 50px;
  max-height: 50px;
  line-height: normal;
  display: table-cell;
}
td {
  border: 1px solid silver;
  margin: 0px;
  padding: 1px 10px 1px 10px;
  line-height: normal;
  font-size: 100%;
  font-weight: normal;
  background-color: transparent;
  font-family: verdana,helvetica,arial,sans-serif;
  color: black;
  font-style: normal;
  vertical-align: top;
  text-decoration: none;
  display: table-cell;
}
/* =================================================  */
a:link {
  color: blue;
  font-family: verdana,helvetica,arial,sans-serif;
  text-decoration: underline;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
}
a:hover {
  font-family: verdana,helvetica,arial,sans-serif;
  text-decoration: underline;
  font-size: 95%;
  font-weight: bold;
  font-style: italic;
  line-height: normal;
}
a:visited {
  color: green;
  font-family: verdana,helvetica,arial,sans-serif;
  text-decoration: underline;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
}
