/* CSS Document */
/* COLOURS */

.default-light { color: #A2D7CB !important; }
.default-mid { color: #429B89 !important; }
.default-dark { color: #0E211D !important; }


/* MARGINS */
.mt5 { margin-top: 5px !important; }
.mr5 { margin-right: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml5 { margin-left: 5px !important; }

.mt10 { margin-top: 10px !important; }
.mr10 { margin-right: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }

.mt20 { margin-top: 20px !important; }
.mr20 { margin-right: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }

.m10 { margin: 10px !important; }

.third { width: 33% !important; float: left; }

/* CLEARS aAND FLOATS */
.cb { clear: both; height:0; margin:0; }
.cr { clear: right; }

.fr { float: right; }
.fl { float: left; }

/* FONT SIZE */

.txxxs { font-size: 9px; }
.txxs { font-size: 10px; }
.txs{ font-size: 11px; }
.ts { font-size: 12px; }
.tn { font-size: 13px; }
.tm { font-size: 14px; }
.tl { font-size: 16px; }
.txl { font-size: 18px; }
.txxl { font-size: 24px; }
.txxxl { font-size: 36px; }


.b {font-weight: bold; }
