/* MPI CSS */

body {
  background:#000;
  color:#fff;
  font:10pt arial;
  margin:5 auto;
}

table {
  margin:auto;
}

p {
  margin:15px auto;
}

a {
  color:#fff;
  text-decoration:none;
}

a:hover {
  color:#ff0;
  text-decoration:none;
}

.wrapper {
  width:950px;
  margin:0 auto;
}

.header {
  height:100px;
  background:#000;
  color:#fff;
}

.header_left {
  float:left;
}

.header_right {
  float:right;
  text-align:right;
}

.subhead {
  padding:10px;
  background:#602;
  border:2px solid #a06;
  color:#fff;
  font-weight:bold;
  text-align:center;
}

.main {
  padding:10px;
  background:#804;
  color:#fff;
  border:2px solid #a26;
  text-align:center;
}

.footer {
  font:9pt arial;
  text-align:center;
  padding:10px;
  color:#ccc;
}
