BODY,DIV,P,TD {
	font: 10pt Arial;
	color: #000000;
}
BODY {
	background-color: #FFFFFF;
}

A.headerLnk {
  color: #FFFFFF;
}
A:Hover.headerLnk {
  text-decoration: none;
}
.headerTxt {
  color: #FFFFFF;
  font-size: 11pt;
  font-weight: bold;
}

.menuBtn {
  height: 19px;
  width: 121px;
  background-image: url(images/menuBtn.gif);
  padding-top: 2px;
  text-align: center;
}
A.menuTxt  {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
A:Hover.menuTxt  {
  color: #F8981D;
  font-style: italic;
  text-decoration: none;
}

.headerFrame {
	background: url(images/h_bg.gif) repeat-x;
	margin: 0px;
}
.footerFrame {
	background: url(images/f_bg.gif) repeat-x;
	margin: 0px;
}
.frame {
	background: url(images/t_bg.gif) repeat-y;
	margin: 0px;
}
.rightFrame {
	background: url(images/r_bg.gif) repeat-y;
	margin: 0px;
}

.outline {
  background-color: #000000;
  padding: 1px;
}
.heading {
  background-color: #BC6631;
}