/******************************************************************************
* Styles for template pages.                                                  *
******************************************************************************/

a {
  color: #008000;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.nav {
  color: #b5b5b5;
  text-decoration: none;
}

a.nav:hover {
  color: #fffff9;
  text-decoration: none;
}



body {
  background-color: #999999;

  color: #0c0c0c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;

}

p {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: left;

}

p.headline {
  color: #c0c0c0;
  text-align: left;
  font-style: italic;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;

}


h1 {
  font-size: 200%;
  color: #c0c0c0;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

h2 {
  font-size: 140%;
  color: #000080;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

h3 {
  font-size: 120%;
  color: #000080;
  margin-left: 10px;
  margin-right: 10px;
}

h4 {
  font-size: 100%;
  color: #000080;
  margin-left: 10px;
  margin-right: 10px;
}

h5 {
  color: #000080;
  margin-left: 10px;
  margin-right: 10px;
}

h6 {
  color: #000080;
  margin-left: 10px;
  margin-right: 10px;
}



input.button {
  border-width: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}


td, th {
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}


ul {
  list-style-type: disc;
}


.sidebar {
  color: #b5b5b5;  
  font-size: 8pt;
}

.ScrollerFrame
 {
   font-size: 10pt;
   color:grey;
   border-style:solid;
   border-width:1px;
   border-color:#eeeeee;
   text-align:left;
}

.ScrollerLabel
 {
   font-size: 8pt;
   color:grey;
   text-align:center;
}
.bsWindow
 {
   font-size: 8pt;
   color: grey;
   text-align:center;
}
