body {
 background-image: none; 
 text-align: left; 
 font-size: 10pt;
 background: #ffffff;
 font-family: arial, helvetica, sans-serif;
 margin: 0px;
}

P {
  font-family: sans-serif;
  font-size: 10pt;
  line-height: 1.3em;
}

P A {
  color: #000000;
}

H1 {
  font-weight: bold;
  font-family: arial;
  font-size: 20pt;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 0px;
}

H2 {
  text-align: left;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 16pt;
  color: #000000;
}

div.header {
  background-color: #ffffff;
  padding: 0px 0px 0px 10px; 
  color: white; 
  border-bottom: 1px solid #000000;
  border-top:1px solid #bbbbbb;
  margin: 0;
  font-family: arial,sans-serif;
  font-weight: bold;
}

div.sidebar {
  color: #ffffff;
  background-color: #1f3e46;
  width: 200px;
}

div.content {
  width: 550px;
  padding:10px 10px 10px 10px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

A.navbar{
  font-weight: bold;
  font-family: Arial;
  font-size: 10pt;
  text-decoration: none;
  display: block;
  width: 150px;
  padding:1px 3px 1px 3px;
#  margin:5px;
  background-color: #1f3e46;
  color: #ffffff;
}

A.navbar:hover{
  font-weight: bold;
  text-decoration: none;
  background-color: #ffffff;
  padding:1px 3px 1px 3px;
  color: #1f3e46;
}

A.smallbar{
  font-family: Arial;
  font-size: 9pt;
  text-decoration: none;
  display: block;
  width: 150px;
#  margin:5px;
  background-color: #1f3e46;
  color: #ffffff;
}
  
A.smallbar:hover{  
text-decoration: none;
background-color: #ffffff;
color: #000000;
}

div.sidebar-title {
  font-family: sans-serif;
  font-size: 1.2em;
  color: #ffffff;
  padding: 5px 5px 5px 10px;
  border-top: 1px solid #000000;
  border-bottom:1px solid #000000;
 font-weight: bold;
 text-decoration: none;
}


div.topright-title {
  font-family: Arial,sans-serif;
  font-size: 1.5em;
  color: #000000;
  padding: 5px 5px 5px 10px;
  border-top: 1px solid #000000;
  border-bottom:1px solid #000000;
 font-weight: bold;
 text-decoration: none;
}
  

A {
  text-decoration: none;
  color: black;
}

A:hover {
  text-decoration: underline;
}

