body {
  margin-top:0px;
  font-family:'trebuchet ms',tahoma,verdana,helvetica;
  font-size:14px;
  color:#333333;
}

.bodybg {
  background-image:url('../images/background.png');
  background-repeat:repeat-x;
  background-color:#333333;
}

.bodyleft {
  width:20px;
  background-image:url('../images/body-left.png');
  background-repeat:repeat-y;
}

.bodymain {
  width:910px;
  background-color:#ffffff;
}

.bodyright {
  width:20px;
  background-image:url('../images/body-right.png');
  background-repeat:repeat-y;
}

.pagetitle {
  font-size:20px;
  color:#CC0000;
  font-weight:bold;
}

.mainfont {
  font-family:'trebuchet ms',tahoma,verdana,helvetica;
  font-size:14px;
  color:#333333;
}

.redfont {
  color:#CC0000;
}

.footerfont {
  font-size:12px;
  color:#666666;
}

a:link {color:#CC0000;text-decoration:underline;}
a:visited {color:#CC0000;text-decoration:underline;}
a:active {color:#660000;text-decoration:underline;}
a:hover {color:#660000;text-decoration:underline;}