.Box
{
  border: 1px solid;
  margin-bottom:20px;
  display:block;
  overflow:hidden;
  width:100%;
}

.Box h1
{
  color:white;
  text-align:center;
  margin: 0px;
  padding: 1px 3px;
  background-color:rgb(102,153,204);
  font-family: Arial;
  font-size: 13.6px;
  height:1.1em;
  width:100%;
  overflow:hidden;
}

.InnerBox
{
  padding: 0px;
  background-color: #e6e6e6;
  font-family: Arial;
  font-size: 12.5px;
  display:block;
  margin:0px;
}

.Center
{
  text-align:center;
}

.BidiEmbed
{
  unicode-bidi:embed;
}

.InnerBox table
{
  width:90%;
  border:groove 2px;
  margin: 5px auto;
  border-collapse:collapse;
}

.InnerBox table caption
{
  font-size:16px;
  font-weight:700;
}

.InnerBox table thead
{
  background-color: rgb(200,224,224);
  text-align:justify;
}

.InnerBox table tbody
{
  text-align:justify;
  background-color: rgb(180,200,200);
}

.InnerBox table tbody tr.Odd
{
  background-color: rgb(185,215,215);
}

.InnerBox table tbody tr:hover
{
  background-color: rgb(200,200,180);
}

.InnerBox a:hover
{
  color: #666666;
  background-color: #dbedfe;
}
