body {
  margin: 0px;
  padding: 0px;
  background: #CFE4BC url("../images/back-pagetop.gif") repeat-x;
  
  font-family: Helvetica, Arial, sans-serif;
  font-size: 72%;
  color: #000;
}

p {
  margin: 0 0 1em 0;
  line-height: 1.4em;
}

h1 {
  margin: 0 0 0 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #ED5100;
}

h2 {
  margin: 0 0 1em 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #AAA;
}

/*li, ol, ul {
	line-height: 1.4em;
	margin-bottom: 7px;
	margin-left: 7px;
	padding-left: 7px;
}
*/
.content {
	background: #F7F7F7 url("../images/back-lowerright.gif") no-repeat bottom right ;
}

.subhead {
	font-weight: bold;
	color: #466D82;
}

img {
  border: 0px;
}

.image {
	float: right;
	margin-right: 8px;
	margin-left: 8px;
	padding: 2px;
}

a {
  color: #1B57C1;
  text-decoration: underline;
}

a:visited {
  color: #787878;
  text-decoration: underline;
}

a:hover {
  color: #BAB688;
  text-decoration: none;
}


.footer {
  font-size: .9em;
  line-height: 1.3em;
  color: #ADC1C1;
}
.footer a:link {
  color: #ADC1C1;
}
.footer a:hover {
  color: #BAB688;
  text-decoration: none;
}