/* ------------------------------------------------------------ */
/* RAB_Styles.css === Additional page styles */
/* ------------------------------------------------------------ */

div.txt_Light_Yellow {
  background-color: #ffff77;
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#003300;
  padding:20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 80px;
  margin-left: 80px;
  /* Rounded Corners */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

div.txt_Light_Yellow_Ctr {
  background-color: #ffff77;
  text-align: center;
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#003300;
  padding:20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 80px;
  margin-left: 80px;
  /* Rounded Corners */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

div.txt_Dark_Yellow {
  background-color: #ffee33;
  /*text-align: center;*/
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#003300;
  padding:20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 80px;
  margin-left: 80px;
  /* Rounded Corners */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

div.txt_Dark_Yellow_Ctr {
  background-color: #ffee33;
  text-align: center;
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#003300;
  padding:20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 80px;
  margin-left: 80px;
  /* Rounded Corners */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* ------------------------------------------------------------ */
/* Thinner page styles */
/* ------------------------------------------------------------ */

div.txt_Light_Yellow_S {
  background-color: #ffff77;
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#003300;
  padding:40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 60px;
  margin-left: 60px;
  /* Rounded Corners */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

div.txt_Light_Yellow_Ctr_S {
  background-color: #ffff77;
  text-align: center;
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#003300;
  padding:40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 60px;
  margin-left: 60px;
  /* Rounded Corners */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

div.txt_Dark_Yellow_S {
  background-color: #ffee33;
  /*text-align: center;*/
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#003300;
  padding:40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 50px;
  margin-left: 50px;
  /* Rounded Corners */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

div.txt_Dark_Yellow_Ctr_S {
  background-color: #ffee33;
  text-align: center;
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#003300;
  padding:40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 50px;
  margin-left: 50px;
  /* Rounded Corners */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* ------------------------------------------------------------ */
/* HRs */
/* ------------------------------------------------------------ */

/* Horizontal line B */
hr.style_B {
  height: 10px;
  max-width:480px;
  border-style: solid;
  border-color: #00aa00;
  border-width: 3px 3px 3px 3px;
  border-radius: 2px;
  background:#88ff88;
}

/* ------------------------------------------------------------ */
/* Additional page styles */
/* ------------------------------------------------------------ */

/* Horizontal line B */
hr.style_B {
  height: 10px;
  max-width:480px;
  border-style: solid;
  border-color: #00aa00;
  border-width: 3px 3px 3px 3px;
  border-radius: 2px;
  background:#88ff88;
}

div.txt_blk {
  background-color: #bbffbb;
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#003300;
  padding:20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 80px;
  margin-left: 80px;
  /* Rounded Corners */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

div.txt_ctr {
  background-color: #bbffbb;
  text-align: center;
  font-family: Calibri;
  font-size:21px;
  line-height:25px;
  color:#003300;
  padding:20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 120px;
  margin-left: 120px;
  /* Rounded Corners */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
