@charset "utf-8";

h2 {
  background:url("img/subtitle.png") no-repeat;
}

#msgbox {
  text-align:center;
  color:#d31101;
}

* html h2 {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/subtitle.png);
}
#submenu {
  background:url("img/submenu_back.jpg") no-repeat;
}
/*
table.time td {
  padding:2px 0;
}
*/


/*--noteworthy.html--*/
.backColor {
  background-color :#cccccc;
}

.noteworthy {
  margin: 10px 0px;
  padding: 0px;
}

.noteworthy p{
 margin: 0px;
 padding: 0px;
}

.noteworthy table {
  border: 0px;
  padding: 0px;
  width: 100%;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-collapse: collapse;
}

.noteworthy th{
 padding: 5px 0px 5px 0px;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #999999;

}

.noteworthy td{
  padding: 5px 0px 5px 0px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

