/* content management area styles */
.left-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #909090;
	background-color: #fff8e0;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
	list-style-position: inside;
	list-style-type: square;
}

.centre-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #707070;
	background-color: #fff8e0;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
}

.right-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #707070;
	background-color: #fff8e0;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
}

.centre-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #707070;
	background-color: #fff8e0;
}


INPUT {
	font-size: 14px;
}

/* content management border style */
.edit-text {
	border-style: dashed;
	border-width: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

/* hide reveal styles */
.hide {
	display: none;
}
.hidetitle, .hidetitle:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #953900; 
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 600px;
	clear: left;
	margin-top: 4px;
	margin-bottom: 0px;
}
.hidetitle:hover {
	text-decoration: underline;
}
.section {
	padding-bottom: 14px;
}
.arrow {
	text-align: right;
	margin-top: 4px;
	margin-bottom: 0px;
	clear: right;
	float: left;
}
.arrow img {
	border: 0px;
}
.hr-dotted {
	color: none; 
	background-color: none; 
	border: 1px dotted #202020; 
	border-style: none none dotted; 
	
}