input.button
{
  background-color: #FFFFFF;
  color: #000000;
  border: 1 solid #333333;
  padding-left: 7;
  padding-right: 7;
}
textarea.textarea
{
  position: relative;
  width: 100%;
  font-family: Arial;
  font-size: 10pt;
  background-color: #FFFFFF;
  border: 1 solid #333333
}
input.textfield
{
  position: relative;
  width: 100%;
  font-family: Arial;
  font-size: 10pt;
  background-color: #FFFFFF;
  border: 1 solid #333333
}
body.content
{
  margin: 10px;
  background-color: #ECECEC;
  scrollbar-face-color: #CCCCCC;
  scrollbar-highlight-color: #CCCCCC;
  scrollbar-shadow-color: #CCCCCC;
  scrollbar-3dlight-color: #CCCCCC;
  scrollbar-arrow-color:  #231F20;
  scrollbar-track-color: #ECECEC;
  scrollbar-darkshadow-color: #CCCCCC;
}
body.links
{
  margin: 10px;
  margin-bottom: 8px;
  background-color: #CCCCCC;
}
a.links

{
  font-family: Tahoma;
  font-size: 18px;
  font-weight: bold;
  color: #660000;
  text-decoration: none;
}
a.links:hover
{
  font-family: Tahoma;
  font-size: 18px;
  font-weight: bold;
  color: #660000;
  text-decoration: underline;
}
h1
{
  font-family: Tahoma;
  font-size: 20px;
  color: #660000;
  text-decoration: none;
}
h2
{
  font-family: Tahoma;
  font-size: 16px;
  color: #660000;
  text-decoration: none;
}
p
{
  font-family: Tahoma;
  font-size: 13px;
  color: #660000;
  text-decoration: none;
}
