/* By Hand, in gedit. Ben Kross, farcool 20070511 */
body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #fff;
  background-image: url('../img/fade10.png');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: 100% 100%;
  font-family: Trebuchet,sans,sans-serif;
  font-size: 100%;
  cursor: default;
}
.wrapper {
  overflow: visible;
  text-align: left;
  line-height: 1.5em;
  width: 718px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  color: #899182;
}
.editable {
  background-color: #fff;
  background-image: url('../img/bgr10.png');
  background-repeat: repeat-y;
  background-position: right;
  float: left;
  text-align: left !important;
  padding: 34px 44px 34px 44px;
}
.contents {
  float: left;
  margin: 12px 0px 0px 12px;
}
.contents h1, h2, h3, h4, h5, h6 {
  color: #5e5393;
  font-style: italic;
  margin: 32px 0px 32px 32px;
}
.contents p {
  color: #939393;
}
.contents a {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted #a7cbb0;
  color: #aec175;
}
.contents a:hover {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted #a7cbb0;
  color: #5e5393;
  background: #e1d8bd;
}
.contents a:visited {
  font-weight: bold;
  color: #899182;
}
.footer {
  clear: both;
  text-align: center;
  font-size: 60%;
  line-height: 1.3em;
  color: #899182;
  overflow: visible;
}
.footer a {
  text-decoration: none;
  border-bottom: none;
  color: #5e5393;
}
.footer a:hover {
  text-decoration: none;
  border-bottom: none;
  color: #5e5393;
  background: #e1d8bd;
}
.footer a:visited {
  color: #899182;
}
.imgleft {
  float: left;
  margin-left: 0px;
  padding-right: 24px;
}
.imgcenter {
  float: none;
  padding: 8px;
}
.imgright {
  float: right;
  padding: 8px;
  margin-right: 55%;
}
td {
  padding: 18px;
}
.katrinakrosstext {
  color: #5e5393;
  font-style: italic;
  line-height: 1.5em;
}
.tm {
  font-size: xx-small;
  font-weight: normal;
  line-height: 1.5em;
  text-decoration: none;
  color: #cfcfcf;
}
.hlite {
  color: #4c6422;
  background: #fff url('../img/color_swatch.png') top center no-repeat;
  padding-top: 20px;
  margin-top: 10px;
}
.llite {
  color: #aec175;
  background: #5e5393;
}
ol {
  margin: 24px 12px 24px 24px;
}
ol li {
  line-height: 1.2em;
  margin: 16px 16px 16px 16px;
}
ul {
  margin: 12px 0px 4px 4px;
  list-style-type: none;
  padding-left: 0;
}
ul li {
  line-height: 1.1em;
  background: url('../img/bullet-li.png') left top no-repeat;
  padding: 0px 6px 6px 24px;
  margin-bottom: 4px;
}
.shrink {
  font-size: 70%;
}
img {
  border: none;
  padding: 4px;
}
blockquote {
  padding: 12px 32px 8px 48px;
  margin: 4px 8px 4px 52px;
  background: #fff url(../img/bgl.png) left top repeat-y;
  border-top: #eee 1px solid;
  border-right: #ccc 1px solid;
  border-bottom: #ddd 1px solid;
  border-left: #eee 1px solid;
  font-style: italic;
}
