
body {
  color: #000;
  background: #fff;
  line-height:1.5em;
}
a, a:link, a:visited {
  color: #000;
  text-decoration: none;
  border-bottom-width: 1pt;
  border-bottom-style: dotted;
}

body, td, li, a, input, select, option, textarea {
  font-family:arial, sans-serif !important;
  font-size:11pt;
}

@media print {
	a:after {
	  content: " (" attr(href) ") ";
	  font-size: 8pt;
	  text-decoration: none;
	  color: #666;
	}
}

#Menu, #Header, #nav, #col2, #col3, #footer, #sidebar {
  display: none;
}

#header h1 {
  text-align: center;
  font-size: 36pt;
  font-style: italic;
  margin: 0;
}
#header h1 span, #header .tagline {
  display: block;
  text-align: center;
  font-size:12pt;
  font-weight: normal;
}

#content h2, #col1 h2 {
  font-size: 24pt;
  font-style: italic;
}

#content h3 #col1 h3 {
  font-size: 18pt;
  margin: 0;
}
@media print {
	#content p a:after, #col1 p a:after {
	  content: " ("attr(href)") ";
	  font-size: 10pt;
	  color: #666;
	}
}
.info {
  font-size:10pt;
}

#Links .Icons {
  display:none;
}


