* {
  font-family:arial, helvetica, sans-serif;
  font-size:12px;
  line-height:15px;
  color:#000;
}

body {
  padding:0;
  margin:0;
}

h1, h2, h3, h4, h5, h6, p {
  margin:0 auto 14px auto;
}

a:link, a:visited, a:link acronym, a:visited acronym {
  color:#c70404;
  font-weight:bold;
}
a:hover, a:hover acronym {
  color:#6e6e6e;
}

ul {
  list-style:square;
}

ul, ol {
  margin-top:10px;
  margin-bottom:10px;
}

hr {
  color:#9d9d9d;
  background-color:#9d9d9d;
  height:1px;
  border:none;
}

strong {
  color:#000;
}

form {
  margin:0;
}

blockquote {
    border:1px solid #000;
    background:#ddd;
    margin:0 0 14px 0;
    padding:10px 10px 0 10px;
    display:block;
}

.floatleft {
    float: left;
}

/****** [Infobox] ******/
.rightmargin {
  position:absolute;
  right:-14px;
}
.infobox {
  background:url(../images/layout/infoicon/header.gif) no-repeat;
  width:250px;
}
.infotxt {
  margin-top:8px;
  padding:0 3px 3px 3px;
  background:#C70404 url(../images/layout/infoicon/footer.gif) no-repeat left bottom;
  color:#fff;
}
.infoboxsmall {
  background:url(../images/layout/infoicon/header_small.gif) no-repeat;
  width:170px;
}
.infoboxsmall .infotxt {
  margin-top:8px;
  padding:0 3px 3px 3px;
  background:#C70404 url(../images/layout/infoicon/footer_small.gif) no-repeat left bottom;
  color:#fff;
}

.infotxt * {
  color: #fff;
}
/****** [/Infobox] ******/


sup{font-size:xx-small; vertical-align:top;} 
sub{font-size:xx-small; vertical-align:bottom;} 
