body
{
  background-color: rgb(245,240,235);
  background-image: url(../images/bg.jpg);
  margin: 0px 10px 10px 0px;
  padding: 0px;
  font-family: georgia, serif;
  font-size: 11px;
  line-height: 15px;
  color: rgb(95,70,45);
  text-align: left;
  scrollbar-3dlight-color: rgb(242,214,190);
  scrollbar-arrow-color: rgb(222,194,170);
  scrollbar-track-color: rgb(245,240,235);
  scrollbar-darkshadow-color: rgb(222,194,170);
  scrollbar-face-color: rgb(245,240,235);
  scrollbar-highlight-color: rgb(255,255,255);
  scrollbar-shadow-color: rgb(245,240,235);
}

table
{
  font-family: georgia, serif;
  font-size: 11px;
  line-height: 15px;
  color: rgb(95,70,45);
  text-align: left;
}

.small
{
  font-size: 9px;
}

p
{
  margin: 0px 0px 10px 0px;
}

h2
{
  font-family: georgia, serif;
  font-size: 13px;
  font-weight: bold;
  font-variant: small-caps;
  color: rgb(0,0,0);
  line-height: 15px;
  margin: 15px 0px 5px 0px;
}

.storetext
{
  font-weight: bold;
  color: rgb(144,103,62);
}

a
{
  font-weight: bold;
  color: rgb(144,103,62);
  text-decoration: none;
  border-bottom: 2px dashed rgb(200,200,200);
}

a:hover
{
  border-bottom: 2px dashed rgb(100,200,100);
}

img
{
  border: none;
}

.calendar
{
  border-top: 1px dashed rgb(95,70,45);
  border-left: 1px dashed rgb(95,70,45);
}

.calendar td
{
  border-bottom: 1px dashed rgb(95,70,45);
  border-right: 1px dashed rgb(95,70,45);
}

.calendar td a
{
  border: none;
}

.calendar td a:hover
{
  border: none;
  text-decoration: underline;
}

.header-cells td
{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: rgb(230,223,215);
}

form
{
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
}

select
{
  width: 80px;
  font-family: georgia, serif;
}