BODY
{
  background-color: white;
  background-image: url('images/background.gif');
  background-repeat: repeat-x;
  color: black;
  font-family:Arial,Tahoma,Verdana;
  font-size: 12;
}

BODY A:link
{
  color: #333333;
  text-decoration: underline;
}

BODY A:visited
{
  color: #333333;
  text-decoration: underline;
}

BODY A:active
{
  color: #333333;
    text-decoration: underline;
}

BODY A:hover
{
  color: #333333;
  text-decoration: none;
}

.columntop
{
  background-image: url('images/column_top.gif');
  background-repeat: no-repeat;
  color: #333333;
  font-family:Arial,Tahoma,Verdana;
  font-size: 12px;
  width: 170px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 15px;
  line-height: 15px;
}

.default
{
  color: #222222;
  font-family:Arial,Tahoma,Verdana;
  font-size: 12px;
}

.main
{
  color: #222222;
  font-family:Arial,Tahoma,Verdana;
  line-height: 18px;
  font-size: 12px;
  padding: 15px;
}

.caption
{
  color: #222222;
  font-family:Arial,Tahoma,Verdana;
  font-size: 10px;
  line-height: 13px;
  padding: 5px;
}

.date
{
  color: #888888;
  font-family:Arial,Tahoma,Verdana;
  font-size: 11px;
}

.copyright
{
  color: #333333;
  font-family:Arial,Tahoma,Verdana;
  font-size: 9px;
  line-height: 13px;
}


