.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.bodycopy A {
	color: #605757;
	text-decoration: underline;
}
.bodycopy A:hover {
	color: #605757;
	text-decoration: none;
}
.rightlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	text-transform: uppercase; */
	color: #2C3838;
}
.rightlinks A:hover, A:Hover.rightlinks {
	text-decoration: none;
}
.leftlinks, .leftlinks A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.leftlinks A:hover {
	text-decoration: underline;
}
.error {
  font-weight: bold;
  color: #d00000;
}
.required
{
	font-size:10px;
	color: #880000;
	font-family:verdana,tahoma,arial;
}
label
{
	font-size:11px;
	color: #605757;
	font-family:verdana,tahoma,arial;
}
INPUT.Soft, TEXTAREA.Soft, Select.Soft {
  font-family:verdana,tahoma,arial;
  font-size:11px;
  background-color:#FFF6F7;
  border: solid 1px #222222;
}

INPUT.Button {
  font-family:verdana,tahoma,arial;
  font-size:11px;
  background-color:#FFF6F7;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #222222;
  border-bottom: solid 1px #222222;
}
/* Begin Control section styles */
.parentItem {
    border: solid 1px #9B6461;
	border-top: solid 0px;
	cursor: pointer;
}
.parentItem A {
	color: #451618;
	text-decoration: none;
}
.parentItemHover {
    border: solid 1px #9B6461;
	border-top: solid 0px;
	background-color: #F1DDDE;
	text-decoration: underline;
	cursor: pointer;
}
.parentItemHover A {
	color: #451618;
	text-decoration: none;
}
.selectedItem {
    border: solid 1px #9B6461;
	border-top: solid 0px;
	font-weight: bold;
	color: #451618;
	cursor: default;
}
.childItem {
    border: solid 1px #9B6461;
	border-top: solid 0px;
	text-indent: 10px;
	cursor: pointer;
}
.childItem A {
	color: #451618;
	text-decoration: none;
}
.childItemHover {
    border: solid 1px #9B6461;
	border-top: solid 0px;
	background-color: #F1DDDE;
	text-indent: 10px;
	text-decoration: underline;
	cursor: pointer;
}
.childItemHover A {
	color: #451618;
}
.childSelectedItem {
    border: solid 1px #9B6461;
	border-top: solid 0px;
	font-weight:bold;
	text-indent: 10px;
	color: #451618;
	cursor: default;
}
.leftNavTable {
	text-align:left;
	font-weight:normal;
    font-family: verdana, tahoma, arial;
	font-size: 11px;
}

A.linkStyle {
	font-weight:normal;
    font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: #451618;
	text-decoration: none;
}
A:hover.linkStyle {
	font-weight:normal;
    font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: #451618;
	text-decoration: underline;
}
/* End Control section styles */
