/*COMMENT*/
/**/

body
{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    font-family: "Arial";
    font-size: small;
}

li
{
    float: right;
}

li a
{
    display: inline-block;
    text-decoration: none;
    color: #6F6F6F;
    text-align: center;
    padding: 14px 14px;
}

li a:hover
{
  color : black;
  /*background-color: #6F6F6F;*/
}

.show
{
  display:block;
}

footer
{
    padding: 10px;
    line-height: 200%;
    color: black;
    font-size: small;
    text-align: center;
    font-family: "Arial";
}

article
{
    /*padding: 5px;*/
    overflow: hidden;
    /*background-color: #DEE3E8;*/
}

/*  SUB TITLE */
p.styleMainTitle
{
  font-family: "Arial";
  font-size: large;
  font-weight: bold;
  color: #14160B;
}

p.styleBold
{
  font-family: "Arial";
  font-size: small;
  font-weight: bold;
  color: #767273;
  margin: 0;
  padding: 0;
}

p
{
  font-family: "Arial";
   font-size: small;
   color: #767273;
   line-height: 180%;
   margin: 0;
   padding: 0;
}

img.scale100
{
  /*width: 100%;*/
  width: 100%;
  height: auto;
}

img.scale90
{
  /*width: 100%;*/
  width: 90%;
  height: auto;
}

img.scale80
{
  /*width: 100%;*/
  width: 80%;
  height: auto;
}

img.scale60
{
  /*width: 100%;*/
  width: 60%;
  height: auto;
}

/* unvisited link */
a:link
{
    text-decoration: none;
    color: #6F6F6F;
    font-family: "Arial";
    font-size: small;
}

/* visited link */
a:visited
{
    text-decoration: none;
    font-family: "Arial";
    color: #6F6F6F;
}

/* mouse over link */
a:hover
{
    text-decoration: none;
    /*background-color: #6F6F6F;*/
    font-family: "Arial";
    color: black;
}

/* selected link */
a:active
{
    text-decoration: none;
    font-family: "Arial";
    color: #FF3A3D;
}

a.foot:link, a.foot:visited, a.foot:hover, a.foot:active
{
    color: black;
    padding: 5px;
    text-align: center;
    text-decoration: underline;;
    font-family: "Arial";
    font-size: small;
    font-weight: bold;
}

.button
{
    background-color: #A9A9A9;
    border-radius: 5px;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: medium;
    cursor: pointer;
}

.button:hover
{
    background-color: rgb(111,111,111);
}

table
{
  width:100%;
  text-align:left;
}

td
{
  vertical-align:top;
  padding:0px;
  margin: 0px;
  text-align: center;
}

table, th, td
{
    border-spacing: 0px;
}
