.ari-header
{
  text-align: center;
  width: 100%;
  font-size: 140%;
  font-weight: bold;
  padding-bottom: 10px;
}

.ari-header-ero
{
  text-align: center;
  width: 100%;
  font-size: 130%;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 0px;
}

.ari-subheader
{ 
  text-align: center;
  width: 100%; 
  font-size: 120%;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 0px;
}

.ari-subheader-ero
{
  text-align: center;
  width: 100%;
  font-size: 120%;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 10px;
}

.ari-tableheaders
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  font-weight: bold;
}

.ari-white
{
  //0-25% 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  font-weight: bold;
  background-color: white;
}

.ari-green
{
  //25-50%
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  font-weight: bold;
  background-color: green;
}

.ari-yellow
{
  //50-75%
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  font-weight: bold;
  background-color: rgb(255,215,0);
}

.ari-orange
{
  //75-100%
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  font-weight: bold;
  background-color: orange;
}

.ari-red
{
  //100-125%
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  font-weight: bold;
  background-color: rgb(205,0,0);
}

.ari-purple
{
  //+125%
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  font-weight: bold;
  background-color: purple;
}

.discolink:link {
        font-size: 90%;
        font-weight: bold;
        text-decoration: underline;
        color: blue;
        background: white;

}
.discolink:visited {
        text-decoration: underline;
        color: blue;
        background: white;
}
.discolink:hover {
        text-decoration: underline;
        color: red;
        background: white;
}

.ari-link:link
{
  text-decoration: none;
  color: black;
}

.ari-link:visited 
{
  text-decoration: none;
  color: black;
}

.ari-link:hover
{
  text-decoration: underline;
  color: blue;
//  background: white;
}


