/* --- DEFAULT ------------------------------------------------------ */
BODY, HTML, P { 
  margin:0; 
  padding:0; 
} 

*, BODY, P, OL, UL, DIV, H1, H2, A, FORM, INPUT {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  color: #FFFFFF;
  font-weight: bold;
}

BODY {
  background-color: #797979;
}

HTML {
}

IMG {
  border: 0px;
}

A {
  text-decoration: none;
}

/*  --- NAVI ------------------------------------------------------  */

.navi {
  background-color: #515151;
  text-align: center;
}

.navi .copyright {
  font-size: 9px; 
  color: #797979;
  font-weight: normal;
}

/*  --- LISTE -----------------------------------------------------  */

.list {
  margin-top: 10px;
}

.list TABLE {
  width: 100%;
  text-align: center;
}

.list TABLE TBODY TR TD {
  width: 100%;
  text-align: center;
}

/*  --- PAGE ------------------------------------------------------  */

.page {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page A {
}

