* {
  font-family: Arial;
  color: #000000;
  }
body {
  font-size: 100%;
  margin: 0px;
  padding: 0px;
  background-image: url('../img/layout/bg_body.png');
}
img {
  border: 0px;
  }
a {
  color: #000;
}
.more {
  font-weight: bold;
}
ul, ol, li {
  margin-left: 15px;
}
ol {
  margin-left: 20px;
}
ul, ol {
  margin-bottom: 10px;
}  
ul ul, ol ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
td {
  vertical-align: top;
  padding: 3px;
}
h1 {
  font-size: 16px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #000000;
}
h2 {
  font-size: 12px;
  font-weight: bold;
}
h3 {
  font-size: 12px;
}
a:hover {
  color: #8b0e13;
}
p {
  line-height: 1.2;
  padding-bottom: 10px;
}
table {
  margin-bottom: 10px;
}
  .highlight {
    color: #8B0E13;
  }
#container-outter {
  width: 800px;
  margin: auto;
}
#container-inner {
  width: 800px;
  float: left;
  position: absolute;
}
#logo {
  position: absolute;
  top:0px;
  left: 0px;
  float: left;
  clear: both;
  width: 302px;
  height: 108px;
  background-image: url('../img/layout/logo.png');
}
#main {
  float: left;
  clear: both;
  width: 800px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 70%;
}
#header {
 width: 800px;
 height: 159px;
 overflow: hidden;
 margin-bottom: 5px;
}
#footer {
  float: left;
  clear: both;
  width: 800px;
  font-size: 65%;
}
#footer,
#footer a {
  color: #000;
}
#footer .right {
  float: right;
}

.big {
  font-size: 16px;
}
.bold {
  font-weight: bold;
}

.col p {
 padding-left: 6px;
 padding-right: 6px;
}
.col3,
.col3 * {
  color: #fff;
}
.col3 a:hover {
  color: #fdcc00;
}
.col4,
 .col4 * {
  color: #8b0e13;
}
.col4 a:hover {
  color: #333333;
}
  .col4 .highlight {
    color: #8B0E13;
    font-size: 18px;
    /*font-weight: bold;*/
    padding-top: 0px;
  }
  .col4 p.alternative {
    background: url('../img/layout/bg_h_col4_alt.png') 0px 0px no-repeat;
  }
  .col4 p.alternative a {
    text-decoration: none;
    font-size: 9px;
    display: block;
    padding-top: 3px;
    color: #000000;
  }

