body {
  margin: 0px;
  padding: 0px;
  
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 72%;
  background: #FEFFEE;
}


h1 {
  margin: 0 0 0 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #ED5100;
}

h2 {
	margin: 0 0 1em 0;
	font-size: x-large;
	font-weight: bold;
	color: #466D82;
}


.container {
	border: 2px solid #D6D3AA;
}

.contentarea {
	background: #DFE1D2 url("../images/back-content1.gif") no-repeat top left;
	text-align: left;
}


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: #787878;
}
.footer a:visited {
  color: #787878;
  text-decoration: underline;
}
.footer a:link {
  color: #ADC1C1;
}
.footer a:hover {
  color: #BAB688;
  text-decoration: none;
}
