BODY {
  scrollbar-face-color: #FFFFFF;
  scrollbar-highlight-color: #EEEEEE;
  scrollbar-shadow-color: #CCCCCC;
  scrollbar-3dlight-color: #CCCCCC;
  scrollbar-arrow-color: #FF6600;
  scrollbar-track-color: #EEEEEE;
  scrollbar-darkshadow-color: #CCCCCC;
  scrollbar-base-color: #CCCCCC;
  background-color: #FFFFFF;
  margin-top: 1;
  margin-bottom: 1;
  margin-left: 1;
  margin-right: 1;
  font-family : Verdana;
  font-size : 11px;
}

a:link {
  color: #000000; text-decoration: none
}
a:visited {
  color: #000000; text-decoration: none
}
a:active {
  color: #000000; text-decoration: none
}
a:hover {
  color: #0000FF; text-decoration: underline
}

th {
  vertical-align: top;
  font-family : Verdana;
  font-size : 11px;
}

td {
  vertical-align: top;
  font-family : Verdana;
  font-size : 11px;
}

.table {
  border-style: solid;
  border-color: silver;
  border-size: 1px;
}

.th {
  vertical-align: top;
  font-family : Verdana;
  font-size : 11px;
  border-style: solid;
  border-color: silver;
  border-size: 1px;
}

.td {
  vertical-align: top;
  font-family : Verdana;
  font-size : 11px;
  border-style: solid;
  border-color: silver;
  border-size: 1px;
}

.input {
  border: 1px silver solid;
  background : #FDFDFD;
  width: 100px;
  height: 21px;
  font-size: 12px;
}

.input_search {
  border: 1px silver solid;
  background : #FDFDFD;
  width: 80px;
  height: 21px;
  font-size: 12px;
}

.button {
  border: 1px gray solid;
  background : #F0F0F0;
  font-size: 12px;
}

select {
  border: 1px silver solid;
  background : #F0F0F0;
  font-size: 12px;
}

hr {  border:2;
  height:1px;
  background-color:silver;
  color:silver;
}

h1 {  font-size: 16px;
  font-weight: bold;
  height: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.sto_slogan {  font-family : Verdana;
  font-size: 15px;
  color: #FF8000;
}