body,html
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: #FFFFFF;
  color: #000000;
  font-family: sans-serif;
  text-align: justify;
  border: 0;
  overflow: auto;
  height: 100%; 
  width: 100%;
  max-height: 100%; 
}

.floatleft,.floatright,.floatcenter,.floatcenterwide,.floatcentertextleft,.floatleftwide,.floatrightwide
{
  background-color: #FFFFFF;
  border: 3px double gray;
  color: #000000;
  text-align: center;
  padding: 10px;
  margin: 10px;
  width: 180px;
  overflow: hidden;
}
.floatleft,.floatleftwide
{
  float: left;
}
.floatright,.floatrightwide
{
  float: right;
}
.floatleftwide,.floatrightwide
{
  width: 310px;
}
.floatcenter,.floatcenterwide,.floatcentertextleft
{
  margin-left: auto;
  margin-right: auto;
}
.floatcenterwide
{
  width: 85%;
}
.floatcentertextleft
{
  width: 85%;
  text-align: left;
}

img
{
 border-width: 0;
}

table,hr
{
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
}
table#width100
{
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}
td#left
{
  width: 100px;
}

.index1,.index2,.index3,.index4,.index5,.index6
{
  width: 92px;
  height: 38px;
  min-height: 42px;
  left: 4px;
  text-align: center;
  background-color: #CFCFCF;
  padding: 2px 2px 2px 2px;
  border-width: 2px;
  border-style: groove;
  overflow: hidden;
}
.index1
{
  position: absolute;
  top: 4px;
  background-color: #7F7F7F;
}
.index2
{
  position: absolute;
  top: 54px;
}
.index3
{
  position: absolute;
  top: 104px;
}
.index4
{
  position: absolute;
  top: 154px;
}
.index5
{
  position: absolute;
  top: 204px;
}
.index6
{
  position: absolute;
  top: 254px;
}

.autowidth
{
  width: auto;
}

.center
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tdcenter
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

ul,ol,li
{
 text-align: left;
}
li
{
  padding: 10px;
}

h1,h2,h3,h4,img
{
  text-align: center;
}
h5
{
  text-align: right;
  padding: 10px;
  margin: 10px;
}

.smaller
{
  font-size: smaller;
}

a:visited,a:link,a:hover,a:active
{
  text-decoration: none;
}
a:visited,a:link,a:active
{
  color: rgb(0, 0, 127);
}
a:hover
{
  color: rgb(0, 0, 255);
}

