/*------------------global page settings-----------------------*/

H1,P,LABEL,INPUT {
  font-family: verdana,arial,helvetica;
  font-size: 9pt;
  line-height: 11pt;
}

BODY {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  color: #333333;
}

BODY.home {
  background-color: #DE192B
}

A {
  text-decoration: none;
  color: #DE192B;
}

A:hover {
  text-decoration: underline;
}

H1 {
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  color: #333333;
}

P {
  margin: 0px 0px 15px 0px;
  font-weight: normal;
  color: #333333;
}

P.pagenumber {
  line-height: 8pt;
  font-weight: normal;
  color: #333333;
}

P.product {
  color: #333333;
  margin: 0px 0px 0px 0px;
}

P.intro {
  font-weight: bold;
}

LABEL {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #333333;
}

IMG {
  border: 0px;
}

TABLE {
  padding: 0px 0px 0px 0px;
}

FORM {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

INPUT {
}

INPUT.text {
  width: 400px;
  border: 1px solid #333333;
}

INPUT.submit {
  border: 1px solid #333333;
  background-color: #FFFFFF;
  color: #333333;
  font-weight: bold;
}

TEXTAREA {
  width: 400px;
  height: 100px;
  border: 1px solid #333333;
}

.nomargin {
  margin: 0px 0px 0px 0px;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.subheading {
  color: #DE192B;
}
