body
{
  background-color: rgb(245,240,235);
  background-image: url(../images/bg2.jpg);
  background-attachment: fixed;
  margin: 0px 10px 10px 0px;
  padding: 0px;
  font-family: georgia, serif;
  font-size: 11px;
  line-height: 15px;
  color: rgb(255,255,255);
  text-align: left;
  scrollbar-3dlight-color: rgb(138,104,71);
  scrollbar-arrow-color: rgb(125,95,64);
  scrollbar-track-color: rgb(151,114,77);
  scrollbar-darkshadow-color: rgb(125,95,64);
  scrollbar-face-color: rgb(151,114,77);
  scrollbar-highlight-color: rgb(157,119,80);
  scrollbar-shadow-color: rgb(151,114,77);
}

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(255,255,255);
  line-height: 15px;
  margin: 15px 0px 5px 0px;
}

a
{
  color: rgb(255,255,255);
  font-weight: bold;
  text-decoration: underline;
}

a:hover
{
  color: rgb(200,200,200);
}

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);
}

ul
{
  margin: 0px 0px 0px 30px;
}