body {
  background-color  : white;
  color             : black;
  vertical-align    : 50%;
  font-size         : 10pt;
  margin            : 10px;

  scrollbar-base-color: #BBBBBB;
  scrollbar-shadow-color: #BBBBBB;
  scrollbar-darkshadow-color: #BBBBBB;
  scrollbar-track-color: #BBBBBB;
  scrollbar-face-color: #FFFFFF;
  scrollbar-arrow-color: #888888;
}

.black_fly{
  background-image: url(style/img/bf_black.jpg);
  background-repeat: no-repeat;
  background-position: left top;

}
.top_message{
  margin-top            : 100px;
  text-align    : right;
  font-size         : 8pt;
}

a {
  text-decoration: none;
}
a:link { color : #333333; }
a:visited { color : #888888; }
a:hover { color : #992200; }

.mini{
  font-size         : 8pt;
}

.red{
  color             : #990000;
}

.font_normal{
  font-size         : 10pt;
  margin            : 10px;
  color             : black;
}

.font_12{
  font-size         : 12pt;
  margin            : 10px;
  color             : black;
}

.table_dialy{
  border-style      : none;
  background-image  : url(img/line_red.gif);
  font-size         : 14px;  
  line-height       : 18px;
  text-align        : left; 
  color             : #551100;
  background-color  : #FFEFE0;
  margin            : 18px;
}

.table_red{
  border-style      : dotted;
  border-width      : 1px;
  border-color      : #880000;
  background-color  : white;
  vertical-align    : 50%;
  font-family       : Arial;
  font-size         : 8pt;
  margin            : 10px;
  text-align        : left; 
}

.table_gray{
  border-style      : dotted;
  border-width      : 1px;
  border-color      : #666666;
  background-color  : white;
  vertical-align    : 50%;
  font-family       : Arial;
  font-size         : 8pt;
  margin            : 10px;
  text-align        : left; 
}


.td_none{
  border-style      : none;
  color             : #000000;
}

.information{
  height            : 100px;
  width             : 250px;
  overflow-y        : scroll;
  background-color  : #FFFFFF;
  text-align        : left;
  font-size         : 9pt;
}
