/* -------------------------------------------- */

body {
  background: #002550 url(../images/bgimage.jpg) repeat-x;
  font-size:12px;
  color:#FFFFFF;
  margin:0;
  padding:0;
}

/* ---------------------------------------- */

body, p, div, span, td, label, a, a:visited {
  font-family:arial;
  font-size:12px;
}
a:link {
  color: #ffc22f;
  font-weight: bold;
}
a:visited {
  color: #ffc22f;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
  color: #ffc22f;
}
form {
  padding:0;margin:0;
}
.clr, .clear, .flashobj {
  clear: both;
}

/* -------------------------------------------- */

h1.error_msg,
h1.alert_msg {
  background:#004488;
  color:#fff;
  padding:5px 0 5px 0!important;
  font-size:14px;
  text-align:center;
  margin:4px 0 0 0!important;
}
h1.error_msg {
  background:#CC3300;
}
h1.member_alert {
  background:#448844;
  color:#fff;
  padding:5px 0 5px 0!important;
  font-size:14px;
  text-align:center;
  margin:4px 0 0 0!important;
}
h1.member_alert a {
  color:#CCFFCC;
  font-size:14px;
}
h1.member_alert a:hover {
  color:#FFFF00;
}

/* ---------------------------------------- */

#body_table {
  width: 780px;
  height:100%;
  margin:0 auto;
}

