

body {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 11pt;
	
}
a {
	color: #299B9C;
}
a:hover, a:active {
	color: #15CCCA;
}
h1 {
	font-weight: bold;
	font-size: 16pt;
}

h2 {
	font-weight: bold;
	font-size: 14pt;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
}
h4 {
	color: #15CCCA;
	font-size: 100%;
}
h5 {
	font-size: 12pt;
}
h6 {
	font-size: 12pt;
}


.boldMaincolour {
	color: #19c8cd;
	font-weight: bold;
}

/* remove  bullets, make links white with 5px gap between links*/
.LinkWhiteNoBullet a:hover, .LinkWhiteNoBullet a:active {
	color: #15CCCA;
}
.LinkWhiteNoBullet {
	list-style-type: none;
}
.LinkWhiteNoBullet li {
	padding-top: 5px;	
}
/* ------------------------------------------------------------*/

/* Hide content */


#controlBox, #nav, #mainNavigation, #adminNav, #fsearchBox, #myResourcesBox, #cssSwitch,  #colourBox, #blackBox, #favouriteBox, #myResourcesBox, #mainfooterPanel {display:none;}


