
/* ************************************************************************ */
/* Font normal */
/* ************************************************************************ */
.Font_80 {
  font-size: 80%;
}

.Font_80_B {
  font-size: 80%;
  font-weight: bold;
}

.Font_90 {
  font-size: 90%;
}

.Font_90_B {
  font-size: 90%;
  font-weight: bold;
}

.Font_100 {
  font-size: 100%;
}

.Font_100_B {
  font-weight: bold;
}

.Font_120 {
  font-size: 120%;
}

.Font_120_B {
  font-size: 120%;
  font-weight: bold;
}

.Font_140 {
  font-size: 140%;
}

.Font_160_B {
  font-size: 160%;
  font-weight: bold;
}

.Font_200_B {
  font-size: 200%;
  font-weight: bold;
}

/* ************************************************************************ */
/* Font blue */
/* ************************************************************************ */

.FontBlue_B {
  color: #0000FF;
  font-weight: bold;
  text-decoration: none;
}

.FontBlue_110_B {
  font-size: 110%;
  color: #0000FF;
  font-weight: bold;
}

.FontBlue_120_B {
  font-size: 120%;
  color: #0000FF;
  font-weight: bold;
}

.FontBlue_150_B {
  font-size: 150%;
  color: #0000FF;
  font-weight: bold;
}

.FontBlue_200_B {
  font-size: 200%;
  color: #0000FF;
  font-weight: bold;
}

/* ************************************************************************ */
/* Font red */
/* ************************************************************************ */

.FontRed_BS {
  color: #FF0000;
  text-decoration: line-through;
  font-weight: bold;
}

.FontRed_B {
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
}

.FontRed_80B {
  color: #FF0000;
  font-size: 80%;
  text-decoration: none;
  font-weight: bold;
}

/* ************************************************************************ */
/* Font dark grey */
/* ************************************************************************ */

.FontGreyDark_80 {
  color: #777777;
  text-decoration: none;
  font-weight: normal;
  font-size: 80%;
}

.FontGreyDark_B {
  color: #777777;
  text-decoration: none;
  font-weight: bold;
}

/* ************************************************************************ */
/* Font black */
/* ************************************************************************ */

FontBlack_80 {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  font-size: 80%;
}

/* ************************************************************************ */
/* Font dark green */
/* ************************************************************************ */

.FontDarkGreen {
  color: #006600;
  text-decoration: none;
  font-weight: normal;
}

.FontDarkGreen_B {
  color: #006600;
  text-decoration: none;
  font-weight: bold;
}

