BODY
{
font-family: sans-serif;
color: #696969;
background-color: #F5F5F5;
background-image: url(/bears/bearpaw-bg-w.gif);
background-attachment: fixed;
}

TD
{
font-weight: bold;
vertical-align: top;
}

TD.notice
{
font-size: xx-small;
font-weight: normal;
width: 400;
}

INPUT
{
font-weight: bold;
}

IMG
{
border: none;
}

.anchorlike
{
font-size: x-small;
font-weight: bold;
color: slategray;
}

.anchornormal
{
font-size: normal;
font-weight: bold;
color: slategray;
}

.anchormedium
{
font-size: medium;
font-weight: bold;
color: slategray;
}

.small
{
font-size: small;
font-weight: bold;
color: #696969;
}

.anchorsmall
{
font-size: small;
font-weight: bold;
color: slategray;
cursor: hand
}

.btn
{
color: #696969;
background-color: #C0C0C0;
font-weight: bold;
cursor: pointer
}

.btnIEsel
{
  color: darkorange;
  background-color: lightsteelblue;
  border-color: lightslategray;
  font-weight: bold;
  border-style: single;
  border-width: 1px;
  padding: 2px 2px 2px 2px;
  cursor: pointer
}
.btnIEdesel
{
  color: lightskyblue;
  background-color: slategray;
  border-color: lightslategray;
  font-weight: bold;
  border-style: single;
  border-width: 1px;
  padding: 2px 2px 2px 2px;
  cursor: pointer
}
.btnMoz
{
  color: #696969;
  background-color: #C0C0C0;
  font-weight: bold;
  cursor: pointer
}
.btnMoz:hover
{
  color: #C0C0C0;
  background-color: #808080;
  font-weight: bold;
  cursor: pointer
}
.btnMoz:disabled
{
  color: #F8F8FF;
  background-color: #DCDCDC;
  font-weight: bold;
  cursor: pointer
}
.btnOP
{
  color: lightskyblue;
  background-color: slategray;
  font-weight: bold;
  border-style: outset;
  border-width: 1px;
  padding: 2px 2px 2px 2px;
  cursor: pointer
}

.bearcode
{
font-size: x-large;
font-weight: bold;
color: #8B4513;
cursor: auto
}

.bearcode_html
{
font-size: medium;
font-weight: normal;
color: #8B4513;
cursor: auto
}

.bearcode_url
{
font-size: medium;
font-weight: normal;
color: #8B4513;
cursor: hand
}

.bearfactor
{
font-weight: bold;
color: #8B4513;
white-space: nowrap;
text-decoration: none;
}


.headline
{
font-size: medium;
font-weight: bold;
}

.factorname
{
color: #696969;
font-size: medium;
font-weight: bold;
vertical-align: top;
text-decoration: none;
cursor: hand;
}

.commandname
{
font-weight: normal;
font-style: italic;
cursor: none
}


SPAN
{
cursor: hand;
}
.show
{
visibility: visible;
}
.hide
{
visibility: hidden;
}
.img_border
{
 border-width: 3px;
 border-style: solid;
 border-color: #696969;
}
