@charset "UTF-8";

a,
a:link {
  color: #47761A;
  text-decoration: underline;
  margin: 0;
}

a:visited {
  color: #666666;
}

a:hover {
  color: #47761A;
  text-decoration: underline;
}

a:active {
  color: #47761A;
  text-decoration: underline;
}

ul, ol, dl {
  line-height:125%;
  text-decoration: none;
  font-size: small;
}

li {
  margin-top: 2px;
  margin-bottom: 0.5em;
  color: #333333;
  line-height:125%;
}

p {
  margin-top: 2px;
  margin-bottom: 0.5em;
  color: #333333;
  line-height:1.5em;
}

p img {
  padding-right: 3px;
}

p.right {
  text-align:right;
}

p.small {
  font-size: 80%;
  color:#333333;
  margin-top:2px;
}

p.small2 {
  font-size: 80%;
  color:#333333;
  margin-left:12px;
}

p.white {
  font-size: 80%;
  color:#FFFFFF;
}

.caution {
  color:red;
  font-weight:bold;
}

ul, ol, dl {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  color:#666666;
}

h1 {
  font-size: 105%;
  color: #576149;
  margin-left:42px;
  text-align:left;
}

h2 {
  font-size: 105%;
  margin-bottom: 3px;
  color: #0B2308;
}

h2.title{
  font-size: 105%;
  padding-top: 3px;
  margin-bottom: 5px;
  color: #0B2308;
  border-bottom:solid 1px #0B2308;
  width:610px;
}

h3 {
  font-size: 105%;
  padding-top: 3px;
  margin-bottom: 1px;
  color: #0B2308;
}

h4 {
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
  color:#47761A;
}

h4.title{
  font-size: 105%;
  padding-top: 6px;
  margin-bottom: 5px;
  color: #47761A;
  border-bottom:solid 1px #47761A;
  width:610px;
}

h5 {
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
}