body, td, th, p, div, span, a, li, dd, address {
  font-family: Sans-Serif;
  font-size: 15px;
  background-color: #ffffff;
  color: #000000;
}

dt {
  font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Sans-Serif;
  font-weight: bold;
  background-color: #ffffff;
//  color: #cc3333;
    color: #000000;
  text-align: left;
}

pre, code {
  font-family: Courier, Monospace;
  font-size: 15px;
  background-color: #ffffff;
//  color: #339933;
    color: #cc3333;
}

em, strong {
  background-color: #ffffff;
  color: #cc3333;x
}

body {
  margin: 0px;
}

td {
  vertical-align: top;
  text-align: left;
}

img {
  margin:  3px;
  padding: 3px;
  border:  none;	 
}

h1 {
  font-size: 26px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
li {
  font-size: 15px;
  color: #333333;
}
a {
  text-decoration: none;
  color: navy;
}
a:hover {
  text-decoration: underline;
}
.page {
  width: 900px;
}
.page-header {
  border-top: solid thin #333333;
  border-bottom: solid thin #333333;
}
.page-title {
  margin-top:    3px;
  margin-bottom: 3px;
  margin-left:   3px;
  margin-right:  3px;
  width: 100%;
  background-color: steelblue;
}
.toolbar {
  margin-top:    10px;
  margin-bottom: 10px;
  margin-left:   3px;
  margin-right:  3px;
  width:         100%;
}

.buttons {
  margin-top:    3px;
  margin-bottom: 3px;
  margin-left:   3px;
  margin-right:  3px;
  width: 92%;
}
.button-box-level1 {
  width:            100%;
  padding:          10px;
  background-color: steelblue;
  color:            white; 
  border-top:       2px solid silver;
  border-left:      2px solid silver;
  border-right:     2px solid slategray;
  border-bottom:    2px solid slategray;
}
.button-box-level2 {
  width:            100%;
  padding:          10px;
  background-color: cadetblue;
  color:            white; 
  border-top:       2px solid silver;
  border-left:      2px solid silver;
  border-right:     2px solid slategray;
  border-bottom:    2px solid slategray;
}
.button-box-special {
  width:            100%;
  padding:          10px;
  background-color: peru;
  color:            white; 
  border-top:       2px solid silver;
  border-left:      2px solid silver;
  border-right:     2px solid slategray;
  border-bottom:    2px solid slategray;
}
.button-link-level1 {
  font-size:        15px;
  background-color: steelblue;
  color:            #ffffff; 
}
.button-link-level2 {
  font-size:        15px;
  background-color: cadetblue;
  color:            #ffffff; 
}
.button-link-special {
  font-size:        15px;
  background-color: peru;
  color:            #ffffff; 
}
.version {
  font-size:        10px;
  font-style:       italic;
}
.middle {
  vertical-align:   middle;
  text-align:       center;
}


