body{
  margin: 10px;
}

.columnBreak {
  background-image: url('images/asterisk.png');
  background-repeat: repeat-x;
  background-position: center left;
}

.newsBreak {
  background-image: url('images/asterisk2.gif');
  background-repeat: repeat-x;
  background-position: center left;
}
.defaultFont {
  font-family: arial;
  font-size: 10pt;
}

.black {
  color: #000000;
}

.purple {
  color: #601560;
}

.green {
  color: #2AB020;
}

.blue {
  color: #517AA0;
}

.orange {
  color: #BE8131;
}


p {
  text-align: justify;
  padding: 0px;
  margin: 0px;
  margin-top: 7px;
}

a {
  color: #9D12A2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}
