@charset "utf-8";
/* CSS Document */



/* Start of GLOBAL */


/* TEXT ALIGNMENT */
.text_aligned_centred {
		text-align: center;
}

.text_aligned_left {
		text-align: left;
}

.text_aligned_right {
		text-align: right;
}

.text_aligned_justified {
		text-align: justify;
}


/* TEXT COLOUR */

.colour_red {
	color: #F00;
}

.colour_blue {
	color: #00b2e2;
}

.colour_green {
	color: #049572;
}

.colour_black {
	color: #000;
}

/* End of GLOBAL

/* ================================================= */







/* ================== Start of MOBILE PHONE ================== */


/* Mobile Layout: 480px and below. */

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.500em;
	color: #f00;
	font-style: normal;
	font-weight:normal;
	margin-bottom: -20px;
	text-align: center;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.400em;
	color: #000;
	font-style: normal;
	font-weight:normal;
	margin-bottom: -14px;
	text-align: center;
}


h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.300em;
	color: #000;
	font-style: normal;
	font-weight:normal;
	margin-bottom: -14px;
	text-align: center;
}

h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	color: #F00;
	font-style: normal;
	font-weight:normal;
	margin-bottom: -12px;
}

h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000;
	font-style: normal;
	font-weight:normal;
	text-align: center;
}

h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.5em;
	color: #000;
	font-style: normal;
	font-weight:normal;
}


p {
	font-family :Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	color: #000;
	font-style: normal;
	font-weight:normal;
	text-align: left;
}

ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	color: #000;
	font-style: normal;
	font-weight:normal;
	text-align: left;
}



/* ================== End of MOBILE PHONE ================== */





/* ================== Start of TABLET ================== */
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.800em;
	color: #f00;
	font-style: normal;
	font-weight:normal;
	margin-bottom: -22px;
	text-align: center;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.500em;
	color: #000;
	font-style: normal;
	font-weight:normal;
	margin-bottom: -14px;
	text-align: center;
}


h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.500em;
	color: #000;
	font-style: normal;
	font-weight:normal;
	margin-bottom: -14px;
	text-align: center;
}

h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	color: #F00;
	font-style: normal;
	font-weight:normal;
	margin-bottom: -12px;
}

h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.900em;
	color: #000;
	font-style: normal;
	font-weight:normal;
	text-align: center;
}

h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.600em;
	color: #000;
	font-style: normal;
	text-align: center;
	font-weight:normal;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	color: #000;
	font-style: normal;
	font-weight:normal;
	text-align: left;
}

ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	color: #000;
	font-style: normal;
	font-weight:normal;
	text-align: left;
}




}

/* ================== End of TABLET ================== */





/* ================== Start of DESKTOP PC ================== */
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 3.200em;
	color: #f00;
	font-style: normal;
	font-weight:normal;
	text-align: center;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.0000em;
	color: #000;
	font-style: normal;
	margin-bottom: -14px;
	font-weight:normal;
	text-align: center;
}


h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.000em;
	color: #000;
	font-style: normal;
	margin-bottom: -14px;
	font-weight:normal;
	text-align: center;
}



h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.00em;
	color: #F00;
	font-style: normal;
	font-weight:normal;
	margin-bottom: -14px;
}

h5 {
	font-family :Tahoma, Geneva, sans-serif;
	font-size: 1.000em;
	color: #000;
	font-style: normal;
	font-weight:normal;
	text-align: center;
}

h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.800em;
	color: #000;
	font-style: normal;
	font-weight:normal;
}


p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	color: #000;
	font-style: normal;
	font-weight:normal;
	text-align: left;
}

ul {
	font-family: Tahoma, Geneva, sans-serif:
	font-size: 1.30em;
	color: #000;
	font-style: normal;
	font-weight:normal;
	text-align: left;
}

}



/* ================== End of DESKTOP PC ================== */