/* mac hide\*/
html, body {height: 100%}
/* end hide */

body {
  margin: 0px;
  padding: 0px;
  min-width: 770px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: medium;
  background-color: #FFFFFF;
  color: #000000;
}

td {
  vertical-align: top;
}

form {
  margin: 0px;
  padding: 0px;
}

.Ruler {
  width: 770px;
  height: 25px;
  background-color: #FF0000;
  color: #000000;
}

.Right {
  float: right;
}

.Left {
  float: left;
}

.CenterText {
  text-align: center;
}

.RightText {
  text-align: right;
}

.LeftText {
  text-align: left;
}

/* To expand a div containing floats add <br class="clear" /> after the floats */
br.clear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 1;
  }