html{
  font-size: 14pt;
  font-family: Book Antiqua,Times New Roman,Tahoma,serif;
}

body{
  width:90%;
  margin: 0px;
  padding: 0px;
  margin-left: 2.5cm;
  background-color: #ffffff;
  font-size: 11pt;
  font-family: Book Antiqua,Tahoma,serif;
  text-align: left;
}

a{
  text-decoration: underline;
  color: #000000;
}

a:hover, a:focus{
  text-decoration: none;
}

.code{
  font-family: courier,monospace;
  font-style: italic;
}

.print{
  width:100%;
  margin: 0px;
  padding: 0px;
  background-color: white;
  font-size: 11pt;
  font-family: Book Antiqua,Tahoma,serif;
  text-align: left;
}

.content{
  font-size: 11pt;
  font-family: Book Antiqua,Times New Roman,Tahoma,serif;
  margin: 0px;
  padding: 0px;
  width: 90%
}

h1{
  margin: 20pt 0px 20pt 0px;
  font-size: 20pt;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
h2{
  margin: 16pt 0px 14pt 0px;
  font-size: 14pt;
  font-weight: bold;
  color: #666666;
  text-align: left;
}
h3{
  margin: 14pt 0px 12pt 0px;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
}

h4{
  margin: 12pt 0px 12pt 0px;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
}


img{
  border: 0px;
}

ul{
  list-style-type: circle;
  margin: 0px 0px 0px 1em;
  padding: 1em;
}

.noScreen{  /* This class is not shown on screen */
  display: block;
}

#columnRight, #columnLeft, #left, #links, #navContainer, #standard, #trail{  /*  These are the columns on left or right - only needed on screens */
  display: none;
}

/* Contains logo and a banner */
#header{
  display: none;  
}