body {
  color: #000000;
  background-color: #DDFFDD;
  font-size: 11pt;
}

a:link {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: navy;
  background-color: transparent;
  text-decoration: underline;
}

p {
  line-height: 1.3em;
}

ul,dl {
  line-height: 1.3em;
}

td,tr {
  font-size: 11pt;
}


ol.listupalpha {
  list-style-type: upper-alpha;
}

ol.listnum {
  list-style-type: decimal;
}

h1 {
  color: #000000;
  background-color: #99FF99;
  padding-left: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border-left-style: solid;
  border-left-color: #009900;
  border-left-width: 0.4em;
  border-bottom-style: solid;
  border-bottom-width: 0.1em;
}


h2 {
  font-size: 16pt;
  color: #000000;
  background-color: #99FF99;
  padding-left: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border-left-style: solid;
  border-left-color: #009900;
  border-left-width: 0.2em;
  border-bottom-style: solid;
  border-bottom-width: 0.05em;
}

h4 {
  font:bold;
  font-size: 12pt;
}

ul {
  list-style-type: disc;
}

dl dd {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

dl dt {
  padding-left: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border-bottom-style: solid;
  border-bottom-width: 0.05em;
  border-left-style: solid;
  border-left-color: #8888ff;
}



div.logo {
  text-align: right;
}

div.center {
  text-align: center;
}

p.imagetitle {
  color: #000000;
  background-color: transparent;
  font-size: large;
  font-weight: bolder;
}



.block80-2 {
    border: 2px;
	border-style: solid;
	border-color: #000000;
	margin-left: 10%;
	margin-right: 10%;
}
.block90-2 {
    border: 2px;
	border-style: solid;
	border-color: #000000;
	margin-left: 5%;
	margin-right: 5%;
}
.block100-2 {
    border: 2px;
	border-style: solid;
	border-color: #000000;
	padding: 10px;
}

