/* ___________ BASIC SETTINGS ___________ */
html, body{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  font-size: 100%;
  padding: 0;
}
a {
  text-decoration: underline;
}
div.hr {
  visibility: hidden;
  display: none;
}
img {
  border: none;
}
.clear, .hideme {
  display: none;
}


/* ___________ HEADER & QUICK JUMP ___________ */
#headerGraph h1 {
	margin: 0 0 2em 0;
	padding: 0;
	font-family: "Times New Roman", Times, Georgia, Serif;
	font-size: 1.6em;
  font-weight: bold;
  text-align: right;
}
#top {
  display: none;
}


/* ___________ CONTENT GOES HERE ___________ */
#content p, #content li {
  margin: .5em 0 1em 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
  text-align: justify;
}
#content em.highlight {
  font-variant: normal;
  background: #F2F2F2;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#content h2, #content h3 {
	margin: 2em 0 0 0;
	padding: 0;
	font-family: "Times New Roman", Times, Georgia, Serif;
	font-size: 1.8em;
  font-weight: normal;
  font-variant: italic;
}


/* ___________ MAIN NAVIGATION ___________ */
#navMain ul {
  display: none;
}
#navMain address {
  border-top: 1px solid #000000;
  margin: 0 0 1em 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
  text-align: justify;
}
