﻿
body
{
  background-color:#662900;
  padding:0;
  margin:20px 0 0 0;
}

body, table, tr, td, div, span, li
{
  font-family:Arial;
  font-size:12px;
  color:#000;
}

.top
{
  background-image:url(images/top.jpg);
  background-repeat:no-repeat;
  height:238px;
}

.header
{
  background-image:url(images/header.jpg);
  background-repeat:no-repeat;
  height:16px;
}

.body
{
  background-image:url(images/body.jpg);
  background-repeat:repeat-y;
}

.footer
{
  background-image:url(images/footer.jpg);
  background-repeat:no-repeat;
  height:29px;
}

.h
{
  font-size:30px;
  font-family:Times New Roman;
  letter-spacing:-1px;
  color:#301300;
  text-decoration:underline;
  cursor:pointer;
}

a
{
  font-size:11px;
  color:#662900;
}
a:visited
{
  color:#000;
}

ol.dl
{
  text-align:left;
  margin-top:0;
  margin-bottom:0;
}
ol.dl li
{
  font-size:11px;
  margin-bottom:5px;
}
