@import url(../site.css);
.PhorumBodyArea {
  width: 500px;
}
.PhorumListTable {
  border: 1px solid #00000;
}
.PhorumListRow {
  font-size: 12px;
  height: 14px;
}
.PhorumListHeader {
  font-size : 12px;
  font-weight : bold;
  height: 14px;
}
.PhorumForumTitle {
  font-family: sans-serif;
  font-size : 18px;
  font-weight: bold;
  margin-top: 12px;
}
.PhorumTableHeader {
  font-family:  sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.PhorumNav {
  font-size: 10px;
}
.PhorumNewFlag {
  font-size: 10px;
  color: #ff0000;
}
.PhorumMessage {
  font-family: monospace;
  font-size: 12px;
}
