@charset "utf-8";
/*
;
; Media-related selections
;
*/
@media(max-width:767px) {

  .MbA-FontSize-Sm ul li {
    font-size:   20px !important;
    line-height: 24px !important;
  }

  .MbA-FontSize-Sm h1 {
    font-size:   22px !important;
    line-height: 26px !important;
  }

  .MbA-FontSize-Sm p {
    font-size:   20px !important;
    line-height: 24px !important;
  }

  .Picture-Fs {
    display:none;
  }

  .Picture-Sm {
    display:block;
  }

}
@media(min-width:768px) {

  .Picture-Fs {
    display:block;
  }

  .Picture-Sm {
    display:none;
  }

}
/*
;
; Main body article include
;
*/
.MbA-Include {

    position: relative;
    display: block;
    text-align: left;
    margin: 0;

    font: bold 26px/28px "Scada_no","Trebuchet MS",Arial,Helvetica,sans-serif;
    background: #e0e0ff;
    color:#503000;
}
/*
;
; Main body article include: sub-headers list
;
*/
.MbA-Include ul {

    margin: 0;
}

.MbA-Include ul li {

    margin: 0 0 2px 2px;
    font: bold 16px/18px "Scada_no","Trebuchet MS",Arial,Helvetica,sans-serif;
}
/*
;
; Main body article include:  h1
;
*/
.MbA-Include h1 {

    text-align: center;
    margin-top: 20px;

    font: bold 20px/22px "Scada_no","Trebuchet MS",Arial,Helvetica,sans-serif;
    color:#008000;
}
/*
;
; Main body article include: p
;
*/
.MbA-Include p {

    margin: 20px 0 0 10px;

    font: normal 16px/18px "Scada_no","Trebuchet MS",Arial,Helvetica,sans-serif;

/*    font: normal 16px "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans","Tahoma","sans-serif";
*/

    color:#010101;
}
/*
;
; Main body article include: a
;
*/
.MbA-Include a {

    color:#0000ff;
}

.MbA-Include a:hover {

    color:#0000a0;
    background: #c0e0c0;
}

.MbA-Include a:visited {

    color:#551a8b;
}
/*
;
; Main body article include: Picture
;
*/
.MbA-Include picture {

    position: relative;
    display: block;
    overflow: hidden;

    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
}




