/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ CONTENT ]------------------------------------------------------- */

/*
		These styles can be customised to suit design requirements.
		They are applied to content through the word editor.
		Change or add class names as required.
		Duplicate styles to FTBDesign.
*/

/* === [ WORD EDITOR ] === */

.Normal {
}
.Color-Gold {
	color: #989482;
}
.Caption-Left {
	font-size: 1em;
	font-style: italic;
	text-align: left;
}
.Caption-Right {
	font-size: 1em;
	font-style: italic;
	text-align: right;
}

.Highlight-Top {
	font-weight: bold;
	color: #999999;
	padding: 5px 0px;
	margin: 20px 0px 0px 0px;
	border-bottom: 1px solid #999999;
}
.Highlight-Bottom {
	margin-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
.Highlight-Small {
	color: #999999;
	font-size: 0.9em;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 1em 2em;
}
.Highlight-Medium {
	text-align: center;
	background-color: #DBDBDB;
	padding: 1em 2em;
}
.Highlight-Large {
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	margin-bottom: 0.9em;
	padding: 1em 2em;
	background-color: #DBDBDB;
	border-bottom: 1px solid #CCCCCC;
}
.HighlightLink {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0.6em 0;
	margin-bottom: 0px;
	margin-top: -1px;
	clear: both;
}
.Quote {
	color: #989482;
	line-height: 1.3em;
	font-size: 16px;
}
