﻿/*
*** COLOURS ***
-------------------------
		   RGB		|	WEB		|	 50%		|	 10/20%
Purple: 119,93,110  | #775D6E   |  #BAABB4		|  #ECE8EA
Mango:  254,166,52  | #FAA634   |  #FED095		|  #FFEED9
Teal:   0,160,175   | #00A0AF   |  #72C6D0		|  #E6F6F7
*/

.h1 { font-size:16pt; font-weight:bold; color:#FAA634; border-bottom:1px solid #eeeeee; display:block; width:100%; margin:10px 10px 14px 0px; }
.h2 { font-size:13pt; font-weight:bold; color:#775D6E; display:block; margin:10px 10px 4px 0px; }
.h3 { font-size:11pt; font-weight:bold; color:#000000; display:block; margin:10px 10px 4px 0px; }
.h4 { font-size:10pt; font-weight:bold; color:#000000; display:block; margin:10px 10px 2px 0px; }

.txt-p { color:#775D6E; }
.txt-m { color:#FAA634; }
.txt-t { color:#00A0AF; }

.txt-pb { color:#775D6E; font-weight:bold; }
.txt-mb { color:#FAA634; font-weight:bold; }
.txt-tb { color:#00A0AF; font-weight:bold; }

.txt-red { color:#ff0000; font-weight:bold; }
.txt-green { color:#006600; font-weight:bold; }

.txt-reg { color:#000000; font-family:"Arial"; font-size:11pt;  }
.txt-sm { color:#000000; font-family:"Arial"; font-size:10pt; }
.txt-xsm { color:#000000; font-family:"Arial"; font-size:9pt; }

.txt-regb { color:#000000; font-family:"Arial"; font-size:11pt; font-weight:bold; }
.txt-smb { color:#000000; font-family:"Arial"; font-size:10pt; font-weight:bold; }
.txt-xsmb { color:#000000; font-family:"Arial"; font-size:9pt; font-weight:bold; }

.list-disc { list-style: disc outside; }
.list-circle { list-style: circle inside; }

.err { color:Red; }