html,body {
  padding: 0;
  margin: 0;
  width: 100%;
}
body {
  font-size: 11px;
  background: url('../images/background-shadows.gif') #ffffff repeat-y 50% 0;
  color: #000000;
  font-family: verdana,Arial,sans;
  text-align: center
}

body.htmlarea-content-body{
  text-align:left;
  background: #ffffff;
  font-size: 11px;
}


img {
  border: 0;
}

p {
 line-height: 18px;
 margin: 0 0 18px;
}

#content_right p {
  color: #666666;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 0.6em;
  _font-size: 0.8em;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}


h1 {
  font-size: 18px;
  margin: 28px 0 4px 0;
  font-family: arial;
  font-weight:bold;
  color: #970631;
}
h2 {
  font-size: 14px;
  margin: 6px 0;
  font-family: arial;
  font-weight:bold;
  color: #970631;
}
h3{
  line-height: 18px;
  font-size: 11px;
  font-weight:bold;
  margin: 0;
  color: #970631;
}
#content_right h3 {
  border-top: 1px solid #cccccc;
  padding-top:5px;
}

h4, h5, h6 {
  line-height: 18px;
  font-size: 11px;
  font-weight:bold;
  margin: 0;
  color: #000000;
}

a {
  color: #333333;
  font-weight:bold;
  text-decoration: none
}

a:hover {
  color: #970631;
}

ul,ol {
  padding-left: 16px;
  margin: 0;
  margin-bottom: 18px;
  line-height: 18px;
}

ul {
  list-style-type:none;
  padding-left:0;
}

ul li {
  background: url(../images/listbullet.gif) no-repeat 0 6px;;
  padding-left:16px;
}

.bottomline {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: #cccccc 1px solid
}

th,td {
  margin:0;
  padding:0;
  line-height: 18px;
  font-size: 11px;
  text-align:left;
  vertical-align: top;
}

th {
  font-weight:bold;
  color:#666666;
  padding-right:20px;
}

table {
  margin-bottom:18px;
  font-size: 11px;
}