BODY {
	padding:0px;
	font-family: Arial, Verdana, sans-serif;
}

h1 {
  font-size: x-large;
  margin-top: 12pt;
}
h2 {
  font-size: large;
  margin-top: 12pt;
}
h3 {
  font-size: medium;
  margin-top: 12pt;
  font-weight: bold;
}

p {
  font-size: small;
  line-height: 180%;
  margin-top: 12pt;
}

.notes {
  font-size: small;
  line-height: 150%;
}

.trail {
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: gray;
}

.trail a {
	text-decoration: none;
	color: gray;
	border-bottom: thin dashed gray;
}

.trail a:hover {
	color: white;
	background: gray;
}

IMG {
  border: 1px solid black;
}

#main {
		border:1px solid black;
		margin:0px;
		padding:0px;
		background-color: white;
}

#body {
  margin: 10px;
}
	
#buttons {
	display: none;
}


#mainlevel-nav
{
	display: none;
}
l#mainlevel-nav li
{
	display: none;
}

.footer {
  margin-top: 12pt;
  color: gray;
  font-size: xx-small;
  text-align: right;
}