ul.links{
  margin:1em 0 1em 2em;
  line-height:150%;
}
ul.links li{
  list-style-type: square;
  margin-bottom:5px;
}
ul.links a, ul.links a:link, ul.links a:active, ul.links a:visited{
  text-decoration: underline;
}
ul.links a:hover{
  text-decoration: none;
}
ul.links .info{
  font-size:x-small;
  color:#008000;
}

table.tb_type1{
  background: #6699FF;
  font-size:small;
  border-collapse: separate;
  empty-cells: show;
  margin:10px 0 10px 0;
  line-height:120%;
}
table.tb_type1 th{
  background:#CCCCFF;
  color:#333333;
}
table.tb_type1 td{
  background: #FFFFFF;
}


