/* CSS Document */



span.clArrow{ 
/* this is for the arrows on the site */
	font-family:webdings;
	color: #FFFFFF;
}

/* the classes below are for use on coloured (blue) background */

.textWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	line-height:130%
}

.textWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	line-height:130%
}

.textWhiteLarge {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

.textWhiteLargeBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}

a.basic:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
a.basic:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: x-small;
	text-decoration: none;
}

a.basic:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	text-decoration: underline;
}

/* Standard body text classes (yellow header and blue text) */

.textBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #2E5B89;
	font-weight: normal;
	line-height:150%
}

.textBlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #2E5B89;
	font-weight: bold;
	line-height:150%
}

.textBlueLargeBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2e5b89;
	font-weight: bold;
}

.textGoldLargeBold {


	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #F7B71D;
	font-weight: bold;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #2e5b89;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #2e5b89;
	text-decoration: underline;
	font-size: x-small;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #F7B71D;
	text-decoration: none;
}

.textGoldXLargeBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #F7B71D;
	font-weight: bold;
}

li {
	list-style-image: url(images/bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #2e5b89;
	font-weight: normal;
	line-height:150%;

}

/* Style for input boxes in forms - only in edit_the_news at the moment */

.ButtonText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #2E5B89;
	font-weight: bold;
	line-height:150%
}

.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003366;
	width: 85px;
	border: 1px solid #0066CC;
	background-color: #ffffff;
}

/* Style for textarea boxes in forms - only in edit_the_news at the moment */

.formsNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003366;
	width: 400px;
	border: 1px solid #0066CC;
	background-color: #ffffff;
}

/* News text in left-hand bar */

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}

/* style for table cell/row with ESMS watermark */

.logo {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* graduated blue fill. Useful class for tables */

.sidebanner {
	background-image: url('images/sidebar.jpg');
	background-repeat: repeat-x;
	background-color: #91b5f1;
}

.blueFooter {
	background-image:url(images/bottomSpacer.jpg);
	background-repeat:no-repeat;
	}
	
HR {
	color: #dddddd;
	noshade: true;
	size:1px;
	width:90%;
	align:left
	}


