.divcacc {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 25px;
}
.fontsmallred {
	color: #860000;
	font-size: 10px;
}
.bluesmall {
	color: #70c5f7;
	font-size: 11px;
}
.redsmallfont {
	color: #860000;
	font-size: 11px;
}
.blackheader {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.redheader {
	color: #860000;
	font-weight: bold;
	font-size: 14px;
}
.blacktiny {
	color: #000000;
	font-size: 11px;
}
.blackbig {
  font-size: 13px;
  font-weight: bold;
}
.brownfontbig {
 font-size: 20px;
 color: #805539;
 font-weight: bold;
}
.blacktobig {
  color:#000000;
  font-size: 19px;
  font-weight: bold;
}
.darkredtobig {
  color: #860000;
  font-size: 19px;
  font-weight: bold;
}
.brownbold {
 font-size: 14px;
 color: #805539;
 font-weight: bold;
}
.redfontlarge {
 font-size: 16px;
 color: #860000;
 font-weight: bold;
}
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	
	/* End layout CSS */
		
	overflow:hidden;	
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;	
	position:relative;
}
.tdheader {
	background-image:url(../images/header_1.gif);
	width:746px;
	height:151px;
	border: 0px 0px 0px 0px;
}

p {
	padding-top: 0px;
		padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.boxregerror {
	width: 300px;
	padding-left:100px;
	margin-bottom:10px;
	margin-top:10px;
	padding:5px;
	border: 1px solid #FF0000;
	background-color: #FFD4D4;
}