.dates {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 13px;
color: rgb(62,58,59);
font-weight: bold;
text-decoration: underline;
}

.textBold {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: rgb(62,58,59);
text-decoration: none;
font-weight: bold;
font-style: normal;
}

.textPlain {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: rgb(62,58,59);
text-decoration: none;
font-weight: normal;
font-style: normal;
}

.textSub {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #5C4D33;
text-decoration: none;
font-weight: normal;
font-style: normal;
}

.textOrange{
font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: rgb(217,84,30);
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.boldOrange{
font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: rgb(217,84,30);
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

.regHeadings{
font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #5C482B;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}

.textGrey{
font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: rgb(207,198,183);
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a.textHot {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: rgb(62,58,59);
text-decoration: none;
font-weight: normal;
}

a.textHot:link {
color: rgb(62,58,59);
text-decoration: none;
font-weight: normal;
}

a.textHot:visited {
color: rgb(62,58,59);
text-decoration: none;
font-weight: normal;
}

a.textHot:hover {
color: rgb(217,84,30);
text-decoration: underline;
font-weight: normal;
}

.lineBkgd{
	background: #FFFFFF url(../_images/bc/bodyBkgd.gif) repeat-y top;
}

.pointer {
	cursor:pointer;
}

.div1 {
	background-color: #EADAC0;
	border: 1px solid #584730;
}

.div2 {
	background-color: #F2EBE0;
	/*border-top: 1px solid #584730;*/
}


