body{
  font-family: verdana,sans-serif;
  font-size: 14px;
  background: rgb(150,200,255);
}
div.main{
  width: 600px;
  border: solid 1px rgb(0,0,50);
  background-color: rgb(255,255,255);
  margin: auto;
  padding: 5px;
}
table{
  margin-bottom: 0px;
}
td img{
  margin-bottom: 10px;
}
th{
  font-size: 14px;
  font-weight: bold;
  color: rgb(100,50,0);
}
td{
  font-size: 14px;
  vertical-align: top;
}
a.list{
  display: block;
  margin: 0px 10px 5px 10px;
}
p{
  text-align: justify;
}
p.btx{
  text-align: center;
}
table.mapt{
  width: 100%;
}
table.mapt td{
  text-align: center;
}
table.mini td{
  font-size: 10px;
}
table.mini th{
  font-size: 12px;
}
hr{
  height: 7px;
  border: solid 1px rgb(0,0,50);
  border-left: none;
  border-right: none;
}

.maintabl{
  text-align: left;
  padding: 3px;
  width: 600px;
  border: solid 1px rgb(0,0,0);
  background: rgb(255,255,255);
}
a{
  font-weight: bold;
  text-decoration: none;
  color: rgb(0,0,50);
}
a:visited{
  color: rgb(0,50,100);
}
a:hover{
  text-decoration: underline;
  color: rgb(150,50,00);
}
b{
  color: rgb(100,50,0);
}
img{
  border: solid 1px rgb(0,0,0);
}
h1{
  font-size: 17px;
  color: rgb(100,50,0);
  margin: 0px;
  font-weight: bold;
}
h2{
  font-size: 17px;
  margin: 0px;
  font-weight: normal;
}
p.btx{
  margin-top: 0px;
}
td{
  font-size: 14px;
}
ul{
  list-style-image: url('bullet.jpg');
}
.topr{
  display: none;
}
@media print{
  body{
    background-color: rgb(255,255,255);
  }
  div.main{
    width: 100%;
    border: none;
  }
  form{
    display: none;
  }
  .nopr{
    display: none;
  }
  .topr{
    display: block;
  }
}
