body
{
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#e68300;
	scrollbar-base-color:#FFFFFF;
	scrollbar-dark-shadow-color:#CCCCCC;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color:#6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	leftmargin: 0;
	topmargin:0;
	marginwidth:0;
	marginheight:0;
}
.imgR {
	margin-left: 10px
}

.imgL {
	margin-right: 10px
}
/*  Borders around box */
.box { border: 1px solid #CCC; }
/*  Rounded corners for all boxes */
.round { border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;}
/*  Shadows around right hand side edges for tabs etc */
.shadow {
	box-shadow: 0px 0px 5px rgba(00, 00, 00, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(00, 00, 00, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(00, 00, 00, 0.2);
}

#content_over_shadow {
    	padding: 1em;
        position: relative;
        box-shadow: 0px 0px 8px 2px #888; 
        background:#fff;  
}
.box-shdw {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
/*background: none repeat scroll 0 0 white;
border: 1px solid #C5C5C5;*/
margin: 10px;
}

/*	Messages/alerts box style - based on jquery custom UI styles */
.box-alert{border:solid  1px #69B21B; background-color:#fcf3c9; padding:10px; margin:5px 0px }
/*	Error box style - based on jquery custom UI styles */
.box-error{border:solid  1px #cc0a0c; background-color:#fcf3c9; padding:10px; margin:5px 0px }

/* 	White box with rounded corners, no border*/
.box-white-nobdr{border:none; background-color:#FFF; padding:5px }
/* 	White box with rounded corners and border */
.box-white-nopad{border:solid  1px #edecec; background-color:#FFF;}
/* 	White box with rounded corners and border */
.box-white{border:solid  1px #edecec; background-color:#FFF; padding:5px }
.box-white-grnbdr {border:solid  1px #97c53c; background-color:#FFF; padding:5px }
.box-white-tabs{border-bottom:solid  1px #edecec; border-left:solid  1px #edecec; border-right:solid  1px #edecec; border-top:none; background-color:#FFF; padding:5px }
/* 	Light Grey box with rounded corners and border */
.box-grey{border:solid  1px #dddddd; background-color:#f4f4f4; padding:5px }
/* 	Mid-Light Grey box with rounded corners and border */
.box-grey2{border:solid  1px #edecec; background-color:#eaeaea ; padding:5px; margin:5px 0px }
.box-grey3-nobdr{border:none; background-color:#ededed; padding:5px; margin:5px 0px;}

/* 	Light Grey box with rounded corners and no border */
.box-grey-nobdr{border:solid  1px #f4f4f4; background-color:#f4f4f4; padding:10px }
.box-grey-nopad{background-color:#f4f4f4; padding:5px}
.box-grey-nobdr2{border:solid  1px #cdcdcd; /* background-color:#edecec */ background:url(../images/site/gry-strp-bg.png) repeat ; padding:10px }
.box-green { background-color:#97c53c; padding:10px}
.box-beige{background-color:#e9e7d7; padding:8px; border: #d8d6c9 solid 1px} /*f9f6e5*/
.box-beige2{background-color:#e9e7d7; padding:4px; border: #d8d6c9 solid 1px} 
.box-beige-nopad{background-color:#e9e7d7; border: #d8d6c9 solid 1px} 
.box-yellow{background-color:#fffbe5; padding-left:5px}
.box-blue {background-color:#edf3fe; padding:10px}

.dashline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B4B4B4;
	}
.line {border-bottom:solid 1px #e5e5e5;}
.line-top-btm {border-bottom:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5;}
.line-top {border-top:solid 1px #e5e5e5;}

a:link 
{
	text-decoration:underline;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: none;

}
a:active 
{
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: none;

}
a:visited 
{
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: none;

}
a:hover 
{
	color: #3275BB;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: none;

}

a.whtlink:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style : normal;
	color : #3275BB;
	font-weight: bold;
	text-decoration:none
}
a.whtlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style : normal;
	color : #3275BB;
	font-weight: bold;
	text-decoration:none
}
a.whtlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3275BB;
	font-weight: bold;
	text-decoration:none
}
a.whtlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC3366;
	font-weight: bold;
	text-decoration:none
}

a.grnlink:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style : normal;
	color : #83A619;
	font-weight: bold;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
a.grnlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style : normal;
	color : #83A619;
	font-weight: bold;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
a.grnlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #83A619;
	font-weight: bold;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
a.grnlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #83A619;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #83A619;
}


a.purlink:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style : normal;
	color : #500a98;
	font-weight: bold;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
a.purlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style : normal;
	color : #500a98;
	font-weight: bold;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
a.purlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #500a98;
	font-weight: bold;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
a.purlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #83A619;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #83A619;
}

a.goldlink:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style : normal;
	color : #FE9A12;
	font-weight: bold;
	text-decoration:underline
}
a.goldlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style : normal;
	color : #FE9A12;
	font-weight: bold;
	text-decoration:underline
}
a.goldlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FE9A12;
	font-weight: bold;
	text-decoration:underline
}
a.goldlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #DF5400;
	font-weight: bold;
	text-decoration:underline
}
a.whtlink2:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style : normal;
	color : #FFFFFF;
	font-weight: bold;
	text-decoration:none
}
a.whtlink2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style : normal;
	color : #FFFFFF;
	font-weight: bold;
	text-decoration:none
}
a.whtlink2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none
}
a.whtlink2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #719501;
	font-weight: bold;
	text-decoration:none
}

a.blulink:link{
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DC4F8D;
	color: #3275BB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
}
a.blulink:visited
{
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DC4F8D;
	color: #3275BB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
}
a.blulink:hover
{
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DC4F8D;
	color: #DC4F8D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
}
a.blulink:active
{
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DC4F8D;
	color: #3275BB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
}
a.blulink2:link{
	text-decoration:none;
	color: #3275BB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
}
a.blulink2:visited
{
	text-decoration:none;
	color: #3275BB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
}
a.blulink2:hover
{
	text-decoration:none;
	color: #DC4F8D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
}
a.blulink2:active
{
	text-decoration:none;
	color: #3275BB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
}

a.pinklink:link{
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3275BB;
	color: #DC4F8D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
}
a.pinklink:visited
{
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3275BB;
	color: #DC4F8D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
}
a.pinklink:hover
{
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#3275BB ;
	color: #3275BB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
}
a.pinklink:active
{
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3275BB;
	color: #DC4F8D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
}

p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none
}
.headingred
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	font-weight: bold;
	color: #B54553;
}
.headingpink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	font-weight: bold;
	color: #DC4F8D;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none
}
.headinglilac {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	colour: #9999FF;
	text-decoration: none;
	font-weight: bold;
	color: #9999CC;
}
.textpurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #996699;
	text-decoration: none;
	font-weight: bold;
}
.textpink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #DC4F8D;
	text-decoration: none;
	font-weight: bold;
}
.headinglilacsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	colour: #9999FF;
	text-decoration: none;
	font-weight: bold;
	color: #9999CC;
}
.textblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #3275BB;
	text-decoration: none;
	font-weight: bold;
}
.headinglilacMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	colour: #9999FF;
	text-decoration: none;
	font-weight: bold;
	color: #9999CC;
}
.textwhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.pBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #3275BB;
	text-decoration: none;
	font-weight: normal;
}
.textgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #339999;
	text-decoration: none;
	font-weight: bold;
}
.textgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}
.headingblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	color: #3275BB;
}
.smallp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none
}
.tablebdr {
	border: 0.8pt solid #A5B7C5;
}
.textpurplesml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #996699;
	text-decoration: none;
	font-weight: bold;
}
.mediaheading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #666699;
	text-decoration: underline;
	font-weight: bold;
}
.smallblack {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-style: normal; 
	line-height: normal; 
	color: #333333; 
	text-decoration: none
}
.pwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none
}
.headinggrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	colour: #9999FF;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
.GFAHeading {
text-decoration: none; font-size: 14px; color: #83A619; line-height: normal;
}
.headingwhitebold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.textgreenfriends {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #83A619;
	text-decoration: none;
	font-weight: bold;
}
.mediaheading2 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #666699;
	font-weight: bold;
}
.pGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.textpink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #CC0066;
	text-decoration: none;
	font-weight: normal;
}
.topmnu {
	border-top: 0.8pt none;
	border-right: 0.8pt none;
	border-bottom: 0.8pt solid #D2DCE4;
	border-left: 0.8pt none;
}
.headinggreen {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	colour: #9999FF;
	text-decoration: none;
	font-weight: bold;
	color: #81BC62;
}
.headingorange {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	font-weight: bold;
	color: #f5821f;
}
.textorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #f5821f;
	text-decoration: none;
	font-weight: bold;
}
.textbluetour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #00a6de;
	text-decoration: none;
	font-weight: bold;
}
.texttourdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4c738c;
	font-weight: bold;
}
.textred {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #B54553;
	font-weight: bold;
}
.textredsml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #B54553;
	font-weight: bold;
}
.headingorange2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	font-weight: bold;
	color: #DF5400;
}
.headinggreen2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	font-weight: bold;
	color: #639638;
}

.headingpurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #500a98;
	text-decoration: none;
	font-weight: bold;

}

.textorange2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #DF5400;
	text-decoration: none;
	font-weight: bold;
}
.textorange3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #DF5400;
	font-weight: bold;
}
.textgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #639638;
	font-weight: bold;
}
.textgreen2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #639638;
	text-decoration: none;
	font-weight: bold;
}

.titleorangetour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	colour: #9999FF;
	text-decoration: none;
	font-weight: bold;
	color: #f49b00
}
.headingorangetour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	colour: #9999FF;
	text-decoration: none;
	font-weight: bold;
	color: #f49b00
}
.textorangetour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #f49b00;
	text-decoration: underline;
	font-weight: bold;
}
.titleredtour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	colour: #9999FF;
	text-decoration: none;
	font-weight: bold;
	color: #250001
}
.headingredtour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	colour: #9999FF;
	text-decoration: none;
	font-weight: bold;
	color: #250001
}
.textredtour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #250001;
	text-decoration: underline;
	font-weight: bold;
}

.headinggold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	colour: #9999FF;
	text-decoration: none;
	font-weight: bold;
	color: #FE9A12;
}
.textgold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #FE9A12;
	text-decoration: underline;
	font-weight: bold;
}
.textred2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #c00000;
	font-weight: bold;
}
.headingaqua {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	colour: #9999FF;
	text-decoration: none;
	font-weight: bold;
	color: #00ADC4;
}
.headingaqua2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	colour: #9999FF;
	text-decoration: none;
	font-weight: bold;
	color: #008FAB;
}
.headingaqua3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	colour: #9999FF;
	text-decoration: none;
	font-weight: bold;
	color: #00748B;
}
.textaqua {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #008FAB;
	text-decoration: none;
	font-weight: bold;
}
.textpurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #500a98;
	text-decoration: none;
	font-weight: bold;
}

.textbrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #6A413B;
	font-weight: bold;
}
.subheadingred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #B54553;
	font-weight: bold;
}

.subheadinggold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #C8AA0E;
	font-weight: bold;
}
.headingbrown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #6A413B;
	text-decoration: none;
	font-weight: bold;
}
.headinggold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #C8AA0E;
	text-decoration: none;
	font-weight: bold;
}.subheadingPink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	colour: #9999FF;
	text-decoration: none;
	font-weight: bold;
	color: #DC4F8D;
}

