html {
  margin: 0px;
}
body {
  color: #000000;
  font: 11px tahoma;
  margin: 0px;
}
i {
  color: #000000;
  font: 15px arial;
  font-weight: bold;
}
table {
  color: #000000;
  font: 11px arial;
}
select {
  color: #000000;
  font: 11px arial;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
}
input {
  color: #000000;
  font: 11px arial;
}
textarea {
  color: #000000;
  font: 11px arial;
}
a {
  color: #2E5A78;
  text-decoration: none;
}
#mainContainer{
  width: 770px;
  height: 510px;
  overflow: auto;
}