/*******************************************/
/* METPREX  CSS  Global                    */
/*******************************************/

a {
  text-decoration:none;
}



body {
  background-color:#ffffff;
  color:#000000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12pt;
}

P { text-indent: 0em; word-spacing: .1em; color: #000000; background-color: transparent; letter-spacing: 0.035em; font-size:14pt; font-style: normal; font-family: Arial,Helvetica; font-weight: 500; text-align: justify; margin-top:0em; margin-bottom:.7em; margin-right:0; margin-left:0; line-height:15pt; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; text-transform: none }

h1 {
  font-size:14pt;
}

h2 {
  font-size:12pt;
}

h3 {
  font-size:11pt;
}

h4 {
  font-size:10pt;
}

h5 {
  font-size:9pt;
}

h6 {
  font-size:8pt;
}


EM {background-color: #D0F8FF; font-style:normal; }

pre {
  font-family:Courier New, Courier, monospace;
  font-size:80%;
}

td, th {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10pt;
  text-align:left;
  vertical-align:top;
}

th {
  font-weight:bold;
  vertical-align:bottom;
}

ul {
  list-style-type:square;
}

#demoBox {
  border-color:#000000;
  border-style:ridge;
  border-width:4px;
  padding:8px;
  width:16em;
}

.footer {
  margin-bottom:0px;
  text-align:center;
}


/* Boxed table styles */

table.boxed {
  border-spacing:2px;
  empty-cells:hide;
}

td.boxed, th.boxed, th.boxedHeader {
  background-color:#e0f0ff;
  border-color:#000000;
  border-style:solid;
  border-width:1px;
  color:#000000;
  padding:2px;
  padding-left:8px;
  padding-right:8px;
}

th.boxed {
  background-color:#c0c0FF;
}

th.boxedHeader {
  background-color:#FF8080;
  color:#ffffff;
}
