/* pseudo_button */
A.pseudo_button,A.pseudo_button:link,A.pseudo_button:visited {
  background-color: white;
  border: #006090 solid 1px;
  color: #006090;
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 8pt;
  font-weight: bold;
  padding: 1px 2px 1px 2px;
  text-decoration: none;
}
A.pseudo_button:hover {
  background-color: #006090;
  border: #006090 solid 1px;
  color: white;
  padding: 1px 2px 1px 2px;
  text-decoration: none;
}
A.pseudo_button:active {
  background-color: white;
  border: #006090 solid 1px;
  color: #006090;
  padding: 1px 2px 1px 2px;
  text-decoration: none;
}


/* button_1 */
DIV.button_1 {
  text-align: center;
  letter-spacing: normal;
}
DIV.button_1>A, DIV.button_1>A:link, DIV.button_1>A:visited {
  background-color: white;
  border: #006090 solid 1px;
  color: #006090;
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 8pt;
  font-weight: bold;
  padding: 1px 2px 1px 2px;
  /* text-align: center; */
  text-decoration: none;
}
DIV.button_1>A:hover {
  background-color: #006090;
  border: #006090 solid 1px;
  color: white;
  padding: 1px 2px 1px 2px;
  /* text-align: center; */
  text-decoration: none;
}
DIV.button_1>A:active {
  background-color: white;
  border:#006090 solid 1px;
  color: #006090;
  padding: 1px 2px 1px 2px;
  /* text-align: center; */
  text-decoration: none;
}


/* button_2 */
DIV.button_2 {
  text-align: center;
  letter-spacing: normal;
}
DIV.button_2>A, DIV.button_2>A:link, DIV.button_2>A:visited {
  background-color: #c0c0c0;
  border: #505050 solid 2px;
  color: #505050;
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 8pt;
  font-weight: bold;
  padding: 1px 2px 1px 2px;
  /* text-align: center; */
  text-decoration: none;
}
DIV.button_2>A:hover {
  background-color: #e0e0e0;
  border: #505050 solid 2px;
  color: #505050;
  padding: 1px 2px 1px 2px;
  /* text-align: center; */
  text-decoration: none;
}
DIV.button_2>A:active {
  background-color: #909090;
  border: #505050 solid 2px;
  color: #505050;
  padding: 1px 2px 1px 2px;
  /* text-align: center; */
  text-decoration: none;
}

/* button_3 */
DIV.button_3 {
  text-align: inherit;
  letter-spacing: normal;
}
DIV.button_3>A, DIV.button_3>A:link, DIV.button_3>A:visited {
  background-color: white;
  border: gray solid 1px;
  color: gray;
  display: inline;
  font-family: "Arial", sans-serif;
  font-size: 8pt;
  font-weight: bold;
  padding: 1px 2px 1px 2px;
  /* text-align: center; */
  text-decoration: none;
}
DIV.button_3>A:hover {
  background-color: gray;
  border: gray solid 1px;
  color: white;
  padding: 1px 2px 1px 2px;
  /* text-align: center; */
  text-decoration: none;
}
DIV.button_3>A:active {
  background-color: white;
  border:gray solid 1px;
  color: gray;
  padding: 1px 2px 1px 2px;
  /* text-align: center; */
  text-decoration: none;
}

/* button_3 inline version */
SPAN.button_3 {
  text-align: inherit;
  letter-spacing: normal;
}
SPAN.button_3>A, SPAN.button_3>A:link, SPAN.button_3>A:visited {
  background-color: white;
  border: gray solid 1px;
  color: gray;
  display: inline;
  font-family: "Arial", sans-serif;
  font-size: 8pt;
  font-weight: bold;
  padding: 1px 2px 1px 2px;
  /* text-align: center; */
  text-decoration: none;
}
SPAN.button_3>A:hover {
  background-color: gray;
  border: gray solid 1px;
  color: white;
  padding: 1px 2px 1px 2px;
  /* text-align: center; */
  text-decoration: none;
}
SPAN.button_3>A:active {
  background-color: white;
  border:gray solid 1px;
  color: gray;
  padding: 1px 2px 1px 2px;
  /* text-align: center; */
  text-decoration: none;
}

