/* --- :[ Custom Classes ]: --- */
	
	.leftalign { text-align: left !important; }
	.rightalign { text-align: right !important;}
	.centre { text-align: center !important; }
	
	/* pens */
	
	h1, .fs20 { font-size: 200%  !important; }
	.fs19 { font-size: 190%  !important; }
	h2, .fs18 { font-size: 180%  !important; }
	.fs17 { font-size: 170%  !important; }
	h3, .fs16 { font-size: 160%  !important; }
	.fs15 { font-size: 150%  !important; }
	h4, .fs14 { font-size: 140%  !important; }
	.fs13 { font-size: 130%  !important; }
	h5, .fs12 { font-size: 120%  !important; }
	.fs11 { font-size: 110%  !important; }
	h6, .fs10 { font-size: 100%  !important; }
	.fs9  { font-size:  90%  !important; }
	.fs8  { font-size:  80%  !important; }	


/* palette */

	.bred { color: #F00 !important; } /*rgb(255, 0 , 0); */
	.red    { color: #c00 !important; } /* rgb(204,   0,   0); */
	.dred   { color: #900 !important; } /* rgb(153,   0,   0); */
	.lred   { color: #a33 !important; } /* rgb(204,  51,   0); */
	.green  { color: #066 !important; } /* rgb(  0, 102, 102); */
	.blue   { color: #339 !important; } /* rgb( 51,  51, 153); */
	.purple { color: #609 !important; } /* rgb(102,   0, 153); */
	.orange { color: #e47f2f !important; } /* rgb(228, 127,  47); */
	.gold   { color: #fc0 !important; } /* rgb(255, 204,   0); */
	.beige  { color: #eed !important; } /* rgb(238, 238, 221); */
	.black  { color: #0a0b0c !important; } /* rgb( 10,  11,  12); */
	.copper { color: #f9b06a !important; } /* rgb(249, 176, 106); */	
	
/* tools */

	.ul     { text-decoration: underline !important;}
	.norm   {
		font-style: normal !important;
		font-weight: normal !important;
	}
	.strike { text-decoration: line-through; }
	.indent { margin: 0 0 1em 2em !important; }
	.nobr   { white-space: nowrap; }
	.big    { font-size: 180%; }
	.help   { cursor: help; }
	.point  { cursor: default; }
	.clear  { clear: both; }
	
	.invisible  { display: none; }

	em { font-style: italic !important; }
	h1, h2, h3, h4, h5, h6, strong, .bold  { font-weight: bold; margin-bottom: 1em; }