body {
  background-color: #aaa;
  margin: 0px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
}

table {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
}

div.slice {
  margin-left: 0px;
  margin-right: 0px;
  height: 40px;
  width: 100%;
  text-align: left;
  background-position: left;
  font-size: 30px;
  color: #aaa;
  padding: 0px 0px 0px 0px;
}

#water { background-image: url("3i/sl_water2.jpg"); }

a:link { color: #44a; border-style: none; }
a:visited { color: #226; border-style: none; }
a:active { color: #f00; }

div.xmain {
  width: 800px;
  margin-left: -300px;
  position: absolute;
  left: 50%;
}

div.main {
  margin-top: 20px;
  position: relative;
  width: 700px;
  margin-left: -350px;
  left: 50%;
}

img.iii {
  border: 1px;
}

table.pro {
  width:100%;
  margin-left:0%;
  margin-right:0%;
}

table.pro td {
  width: 25%;
  vertical-align: top;
  text-align: center;
}

h1 { text-align: center; font-size: 20px; }
h2 { text-align: left; font-size: 16px; }
h3 { text-align: left; font-size: 13px; }
h5 { text-align: center; font-size: 16px; }

span.rtt { font-size: 16px; font-weight: bold; }
span.rtd { font-size: 12px; font-style: italic;}

table.img { border: solid 2px #aaa; }

p.img { text-align: center; }

table.code { 
  border: solid 2px #333;
  background-color: #999;
}

a.llink {
  font-size: 10pt;
  font-weight: bold;
}

img.llink {
  border-style: none;
}

.colmask {
  position:relative;
  float:left;
  width:100%;
  overflow:hidden;
}

.colright, .colmid, .colleft {
  float:left;
  width:100%;
  position:relative;
}

.col1, .col2, .col3 {
  float:left;
  position:relative;
  padding:0 0 1em 0; 
  overflow:hidden;
}

.threecol {
  background:#eee;
}
.threecol .colmid {
  right:25%;
  background:#fff;
}
.threecol .colleft {
  right:50%;
  background:#f4f4f4;
}

.threecol .col1 {
  width:46%;
  left:102%;
}
.threecol .col2 {
  width:21%;	
  left:31%;
}
.threecol .col3 {
  width:21%;
  left:85%;
}

#footer {
  clear:both;
  float:left;
  text-align: center;
  width:100%;
  border-top:1px solid #000;
  font-size: 8pt;
}
#footer p {
  padding:10px;
  margin:0;
}

pre {
  color: #046;
  font-weight: bold;
}
