div{
  float:left;
}
img {
  border:0;
}
a{
  color: #000;
  text-decoration: none
}
a:hover{
  text-decoration:none;
}
.fLeft{
  float: left;
}
.fRight{
  float: right;
}
.fNone{
  float: none;
}
.bold{
  font-weight:bold;
}
.gray{
  color: #535B67;
}
.indent{
  text-align: left;
  padding-left:230px;
  float: none;
}
.center{
  text-align:center;
}
hr{
  border-collapse: collapse;
  border:0;
  display: block;
  height: 2px;
  color: #C5C5AC;
  background-color:#C5C5AC;
  margin: 15px 0px;
  _margin-bottom:3px;
  width: 98%;
  float: left;
}

