﻿body {
      background-color:white;
      color:#000000;
      margin:0px;
      line-height:150%;
}
h1 {
    font-size:160%;
    font-weight:bold;
    color:white;
    background-color:#008D8D;
    padding:15px;
    margin:0;
}
h2 {
    font-size:120%;
    font-weight:bold;
    color:Black;
    margin:20px 20px 5px 20px;
    border-left: solid 2mm #008D8D;
    padding:5px;
}
h3 {
    font-size:120%;
    font-weight:bold;
    color:#008D8D;
    margin:25px 20px 15px 20px;
}
h4 {
    text-align:right;
    margin:30px 5px 1px 5px;
    border-bottom:1pt solid #008D8D;
    padding-bottom:5px;
}
h5 {
    font-size:105%;
    font-weight:bold;
    color:#008D8D;
    margin:15px 10px -8px 35px;
}
h6 {
    font-size:100%;
    font-weight:bold;
    margin:15px 10px -7px 20px;
}
h6:before {
  content: '◆';
  color: #008D8D;
  margin-right: 7px;
}
p {
   margin:10px 20px 5px 20px;
}
a:visited{
   color:#008D8D;
   text-decoration:underline;
}
img {
     margin:0px 4px -3px 3px;
}
ul {
    margin-bottom:0px;
    margin-top:5px;
    margin-right:20px;
}
ol {
    margin:5px 20px 10px 45px;
}
li {
    margin-top:5px;
    margin-right:20px;
}
.ind {
      margin-left:35px;
}
.bind {
       margin-left:20px;
}
.i {
    width:39px;
    height:20px;
    background-image:url("image1c/i.gif");
    background-repeat:no-repeat;
    background-position:50% 100%;
    font-size:80%;
    font-weight:bold;
    margin-left:20px;
    margin-right:20px;
    margin-top:5px;
    padding:2px 2px 2px 2px;
}
.n {
    width:39px;
    height:20px;
    background-image:url("image1c/n.gif");
    background-repeat:no-repeat;
    background-position:0% 60%;
    font-size:80%;
    font-weight:bold;
    margin-left:20px;
    margin-right:20px;
    margin-top:5px;
}
.r {
    width:39px;
    height:20px;
    background-image:url("image1c/r.gif");
    background-repeat:no-repeat;
    background-position:0% 60%;
    font-size:80%;
    font-weight:bold;
    margin-left:20px;
    margin-right:20px;
    margin-top:5px;
}
.sp {
     font-size:80%;
     margin:0px 10px 10px 10px;
     line-height:120%;
}
.sb {
     font-size:80%;
     margin:5px 10px 10px 30px;
     line-height:120%;
     list-style-type:disc;
}
.box {
      margin:5px 20px 20px 20px;
      border:1px solid #8C8C8C;
}
table {
       border-collapse:collapse;
       margin:10px 5px 5px 20px;
       table-layout:auto;
}
th {
     background-color:#008D8D;
     color:#ffffff;
     padding:3px
}
td {
    padding:5px;
    vertical-align:top;
}
.center {
         text-align:center;
}
.word {
       font-size:100%;
       font-weight:bold;
       color:#008D8D;
       margin:25px 20px -10px 20px;
}
ul.d {
      list-style-type:disc;
}
ul.c {
      list-style-type:circle;
}
ul.s {
      list-style-type:square;
}
.u {
    text-decoration:underline;
}
.fontb {
        color:#008D8D;
}
.fontg {
        color:#008D8D;
}
