/* SITE / SKIN = GBC

COLOUR SETTINGS
Colour 1 (H1, H4) = Light Red #191B65 
Colour 2 (H2, H5) = Purple #CC001E 
Colour 3 (H3, H6) = Orange #006699
Change settings and Find & Replace new colours
*/

/* BODY TEXT */
p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	margin:10px 0;
}
.BodyText {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
}

/* COLOUR TEXT */

.Colour1Text {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #191B65;
}
.Colour2Text {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 16px;
	color: #CC001E;
}
.Colour3Text {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #006699;
}

/*HEADING 1*/
h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #191B65;
	font-size: 22px;
	font-weight: bold;
}
.Heading1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #191B65;
	font-size: 22px;
	font-weight: bold;
}

/*HEADING 2*/
h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #CC001E;
	font-size: 24px;
	font-weight: bold;
	margin-top:5px; margin-bottom:5px;
}
.Heading2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #CC001E;
	font-size: 18px;
	font-weight: bold;
}

/*HEADING 3*/
h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #006699;
	font-size: 18px;
	font-weight: bold;
}
.Heading3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #006699;
	font-size: 18px;
	font-weight: bold;
}

/*HEADING 4*/
h4 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #191B65;
	font-size: 16px;
	font-weight: bold;
}
.Heading4 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #191B65;
	font-size: 16px;
	font-weight: bold;
}

/*HEADING 5*/
h5 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #CC001E;
	font-size: 14px;
	font-weight: bold;
}
.Heading5 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #CC001E;
	font-size: 14px;
	font-weight: bold;
}

/*HEADING 6*/
h6 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}
.Heading6 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}

/*WHITE - REVERSED TEXT FOR SIDE BOX*/
.WhiteHeading {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

/*HORIZONTAL RULE*/
hr {border:0px;
	color:#555555;
	background-color:#555555;
	height:1px;
	}

/* HYPERLINKS */
a:link, a:visited, a:active {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color: #191B65;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	background-color:#006699 ;
	color:#FFFFFF;
}

/* NOT BOLD - Usful within H tags */
.NotBold {
	font-weight:normal;
}

/* UNORDERED LIST WITH IMAGE AS DOT POINT - Refer to li.png */
ul {
	margin-bottom:5px;
	margin-top:5px;
	}

ul li {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #555;
	margin-top:10px;
	line-height:18px;
}	

/* ORDERED LIST */
OL {
	margin-bottom:5px;
	margin-top:5px;}

OL LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	margin-top:10px;
	line-height:18px;
	list-style-position: outside;
	list-style-type:upper-roman;
}	

/*TABLE FORMATTING*/

.TableColour1 th { background-color:#191B65; text-align:left; color:white; font-weight:bold; border:1px solid white; padding-left:15px;}
.TableColour1 td { background-color:#F7F7F7; text-align:left; border:1px solid white; padding-left:15px;}
.TableColour1 .HighlightCell {background-color:#EAEAEA; text-align:left; color:#191B65; border:1px solid white; padding-left:15px;}
.TableColour1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin-bottom:15px;}

.TableColour2 th { background-color:#CC001E; text-align:left; color:white; font-weight:bold; border:1px solid white; padding-left:15px;}
.TableColour2 td { background-color:#F7F7F7; text-align:left; border:1px solid white; padding-left:15px;}
.TableColour2 .HighlightCell {background-color:#EAEAEA; text-align:left; color:#CC001E; border:1px solid white; padding-left:15px;}
.TableColour2 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin-bottom:15px;}

.TableColour3 th { background-color:#CC001E; text-align:left; color:white; font-weight:bold; border:1px solid white; padding-left:15px;}
.TableColour3 td { background-color:#F7F7F7; text-align:left; border:1px solid white; padding-left:15px;}
.TableColour3 .HighlightCell {background-color:#EAEAEA; text-align:left; color:#CC001E; border:1px solid white; padding-left:15px;}
.TableColour3 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin-bottom:15px;}