BODY {
  margin : 0;
}

TD {
  font-family: Tahoma;
  font-size: 11px;
  color: black;
  text-decoration: none;
}

A {
  color: #4E50A0;
  text-decoration: none;
}

A.Black {
  color: black;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

INPUT.SearchTextBox {
  font-family: Tahoma;
  font-size: 11;
  color: black;
  width : 150;
  height : 19;
}

INPUT.AddDiscussItemTextBox {
  font-family: Tahoma;
  font-size: 11;
  color: black;
  width : 150;
  height : 19;
}

INPUT.Button {
  font-family: Tahoma;
  font-size: 11;
  color: black;
  height : 19;
  width : 100;
  background-color : #dee8f7;
}

TEXTAREA.DiscussItemText {
  font-family: Tahoma;
  font-size: 11;
  width: 350; 
  height: 150;
}