  /* ----- ctresources view stylesheet -----*/
 p {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial; 
    font-size: 10.5pt; 
    line-height: 14pt; 
    color: #4a3c18;
    padding: 0 0 2px 0;
    margin: 0 0 11px 0;
 }
 
 h2 {
    font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial; 
	font-weight: normal;
	font-size: 11pt;
	color: #C8CECE;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 10px 10px  0;
 }
 
 h3 {
    font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial; 
	font-weight: normal;
	font-size: 10pt;
	color: #C8CECE;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 10px 10px  0;
 }
 h4 {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial; 
    font-size: 12pt; 
    line-height: 16pt; 
    color: #4a3c18;
    padding: 0 0 2px 0;
    margin: 0 0 11px 0;
 }
 
 .researchHeading {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Sans-Serif;
	font-size: 16pt;
	color: #9d8d6c;
 }
 .researchListHeading {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial; 
	font-size: 10pt;
	color: #4a3c18;
	text-transform: uppercase;
	padding: 10px 15px 0 15px;
 }
 .researchListBody {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial; 
	font-size: 10pt;
	line-height: 14pt; 
	color: #4a3c18;
	padding: 10px 15px 0 15px;
 }
 
 /*----- Anchors -----*/
 .researchHomeLink, a.researchHomeLink:link, a.researchHomeLink:visited {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Sans-Serif;
	font-size: 16pt;
	font-weight:normal;
	color: #9d8d6c;
	padding: 0 0px 0 50px;
	text-indent:-50px;
 }
 a.researchHomeLink:active, a.researchHomeLink:hover {
	color: #954616; /*A9B2B3*/
 }
 
 .researchListURL, a.researchListURL:link, a.researchListURL:visited {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial; 
	font-size: 11pt;
	color: #663333;
	padding: 0 15px 0 15px;
 }

 a.researchListURL:active, a.researchListURL:hover {
	color: #621D1D;
 }
 
 /*========== display, html and text editor text styles ==========*/
 .defaultBodyStyle, .defaultBodyStyleEdit, .defaultBodyStyleActive {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial; 
    font-size: 10px; 
    color: #333333; 
    line-height: normal;
    padding: 4px 4px 4px 0;
 }
 .defaultBodyStyleEdit, .defaultBodyStyleActive {
    border-style: dotted;
    border-width: 1px;
 }
 .defaultBodyStyleEdit {
	background-color: Transparent;
	border-color: #9C9A9C;
 }
 .defaultBodyStyleActive {
	color: #333333; 
	background-color: #ECD6AE;
	border-color: #FF0000;
 }
 
 .researchHomeLinkInput, .researchHomeLinkInputEdit, .researchHomeLinkInputActive {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Sans-Serif;
	color: #9d8d6c;
	font-size: 16pt;
	text-decoration: none;
	margin-left: 8px;
	padding: 0 4px 0 4px;
 }
 .researchHomeLinkInput, .researchHomeLinkInputEdit {
	border: solid 1px #A8B1B2;
 }
 .researchHomeLinkInputActive {
	border: dotted 1px #FF0000;
	background-color: #ECD6AE;
 }
 
 .researchListHeadingInput, .researchListHeadingInputEdit, .researchListHeadingInputActive {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;  
	font-size: 10pt;
	color: #4a3c18;
	text-transform: uppercase;
	margin-left: 8px;
	padding: 0 4px 0 5px;
 }
 .researchListHeadingInput, .researchListHeadingInputEdit {
	border: solid 1px #A8B1B2;
 }
 .researchListHeadingInputActive {
	border: solid 1px #FF0000;
	background-color: #ECD6AE;
 }
 
 .researchHeadingInput, .researchHeadingInputEdit, .researchHeadingInputActive {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Sans-Serif;
	font-size: 18pt;
	color: #9d8d6c;
	margin-left: 0;
	padding: 0 4px 0 4px;
 }
 .researchHeadingInput, .researchHeadingInputEdit {
	border: solid 1px #A8B1B2;
 }
 .researchHeadingInputActive {
	border: solid 1px #FF0000;
	background-color: #ECD6AE;
 }
 
 .anchorListInputURL, .anchorListInputURLEdit, .anchorListInputURLActive {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
	color: #4a3c18;
	font-size: 8pt; 
	text-decoration: none;
	margin-left: 8px;
	padding-left: 1px;
	padding-right: 1px;
	overflow: hidden;
 }
 .anchorListInputURL, .anchorListInputURLEdit {
	border: solid 1px #A8B1B2;
 }
 .anchorListInputURLActive {
	border: solid 1px #FF0000;
	background-color: #ECD6AE;
 }
 
