body {
	font-family: "palatino linotype", palatino linotype, arial, helvetica;
	font-size: 12px;

  scrollbar-face-color: #c24407;
  scrollbar-highlight-color: #e2d9c6;
  cursor: default;
  scrollbar-shadow-color: #716f64;
  scrollbar-3dlight-color: #b5af99;
  scrollbar-arrow-color: #880000;
  scrollbar-track-color: #fffcde;
  scrollbar-darkshadow-color: #f9f6f1;
  color: #330000;
  background: #c85516 url('images/bkg.jpg');
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

td {
	font-family: "palatino linotype", palatino linotype, arial, helvetica;
	font-size: 12px;
	vertical-align:middle;
}

a:link {
	text-decoration: None;
	font-weight: regular;
	color: #000000;
}

a:visited {
	text-decoration: None;
	font-weight: regular;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	font-weight: regular;
	color: #AF4741;
}

td.leftcolumn {
  vertical-align: top;
  text-align: right;
  width: 33px;
  background: url('images/left.jpg');
}

td.topBackground {
  background: url('images/top-bkg.jpg');
}

td.verticalTopAlignMiddle {
  text-align: center;
  vertical-align: top;
}