/* 	[ 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 {
}
.Fine-Print {
	font-size: 0.9em;
	font-style: italic;
}
.Highlight {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
}
.PDF-Link {
	background: url(/Templates/XXX/_images/icon_pdf.gif) no-repeat center left;
	font-weight: bold;
	padding: 0 0 0 30px;
	line-height: 35px;
	color: #FF6600;
}
.Table-Style-Info {
	border-collapse: collapse;
	line-height: 140%;
	font-size: 1.2em;
	color: #FFFFFF;
}
.Table-Style-Info a {
	color: #FF6600;
}
.Table-Style-Info tr {
	background: url(/Templates/XXX/_images/_xxx/bg_table.png) no-repeat center bottom;
}
.Table-Style-Info td {
	padding: 10px 0 10px 0;
}
.Table-Style-Info th {
	padding: 10px 0 10px 0;
	font-weight: bold;
	color: #666666;
}