body {
  background-color: #CBD6D2;
  text-align: center;
}

input, textarea, select {
  background-color: #B3BFBB;
  color: #000000;
  border: 1px dotted #000000;
}

blockquote {
  font-size: 9pt;
  font-family: Tahoma, Verdana, serif;
  text-align: center;
  color: #599E8D;
  background-color: #B3BFBB;
  padding: 5px;
  border-bottom: 1px solid #599E8D;
  border-top: 1px solid #599E8D;
}

#container {
  width: 620px;
  margin: 0 auto 0 auto;
  background-color: #B3BFBB;
}

#image {
  width: 600px;
  height: 310px;
  padding: 10px;
}

#content {
  width: 590px;
  background-color: #CBD6D2;
  padding: 10px 5px 10px 5px;
  margin: 10px;
}

#navi {
  width: 600px;
  height: 18px;
  background-color: #CBD6D2;
  margin: -4px 10px 10px 10px;
  font-size: 10pt;
  color: #000000;
  font-weight: normal;
  font-family: Tahoma, Verdana, serif ;
  text-align: center;
}

ul {
  list-style-type: square;
  color: #000000;
  font-size: 9pt;
  FONT-FAMILY: Tahoma, Verdana, serif;
  text-align: left;
}

.show_sort_list {
  list-style-type: square;
  font-size: 10pt;
  color: #000000;
  FONT-FAMILY: Tahoma, Verdana, serif;
  text-align: left;
}

a:link { font-weight:normal; color:#B1867A; font-weight: bold; text-decoration:none; }
a:visited { font-weight:normal; color:#B1867A; font-weight: bold; text-decoration:none; }
a:focus { font-weight:normal; color:#B1867A; font-weight: bold; text-decoration:none; }
a:hover { font-weight:normal; color:#59433D; font-weight: bold; text-decoration:none; }
a:active { font-weight:normal; color:#B1867A; font-weight: bold; text-decoration:none; }

p {
  font-size: 10pt;
  color: #000000;
  font-weight: normal;
  font-family: Tahoma, Verdana, serif ;
  text-align: left;
}

b {
  color:#B1867A;
}

.sizes {
  font-size: 10pt;
  color: #000000;
  font-weight: normal;
  font-family: "Times New Roman", Verdana, serif ;
  text-align: center;
  padding: 5px;
}

.important {
  font-size: 9pt;
  color: #599E8D;
  FONT-WEIGHT: normal;
  font-style: italic;
  FONT-FAMILY: Tahoma, Verdana, serif ;
  text-align: left;

}

h1{
  background-image: url(images/welcome.gif);
  font-family: Verdana;
  color: #B1867A;
  font-size: 9pt;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-right: 3px;
  height:20px;
  font-weight: bold;
  line-height:20px;
 }

h2 {
  font-size: 9pt;
  font-family: Verdana, Tahoma, serif;
  text-align: left;
  color: #B1867A;
  background-image: url(images/welcome.gif);
  line-height:20px;
}