body {
  font: 400 12pt arial;
  color: #000;
  background: #FFF;
}

#header h1 {

  padding: 0;
  font: 400 20pt "times", serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #FFF;
  display: inline;

}

#header h2 {
  position: relative;
  margin: 0px;
  padding: 0px;
  font: 400 10pt "times", serif;
  letter-spacing: 2px;
  color: #fff;
}

.main h1 {
  margin-top: 0px;
  font-size: 18pt;
  border-bottom: 1px solid #999;
}

.main h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

h4, h5, h6 {
  font-size: 12pt;
}

acronym {
  border: 0;
}

a {
  color: #000;
  text-decoration: none;
}

/* Prints the URL after a link in CSS2 supporting browsers */
/*
a:link:after, 
a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
*/

/* Don't display these elements since they're not useful on paper */
#pointermenu2,
.menu,
.pagination,
.hideforprint,
.highslide-html-content,
.sfooter {
  display: none;
}

#content,
.main {
  width: 100%;
  padding: 0;
}

#slick-toggle {
	font-weight: bold;

}


.footer {
	width: 50%;
	border-top: 1px solid #000;
	/*background-color: #000;*/
	font: 9pt arial;
	float: left;
	margin-top: 10px;
}


