/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;

}
.testbck {
	background-image:  url(http://www.hee.org.uk/images/bck3.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.mainbck {
	background-image: url(http://www.hee.org.uk/images/main_03_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}.blueborder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #095AA9;
	border-right-color: #095AA9;
	border-bottom-color: #095AA9;
	border-left-color: #095AA9;
}
.pad5 {
	padding: 5px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #660099;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #CC99FF;
}

a:active {
	color: #CC99FF;
}

a.hidden {
  color: #000000;
}
a.nav:link {
	color: #FFFFFF;
	padding: 2px;
	text-decoration: none;
}

a.nav:visited {
	color: #FFFFFF;
	padding: 2px;
	text-decoration: none;
}

a.nav:hover {
	color: #CC99FF;
	padding: 2px;
	text-decoration: none;
}
td {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}

th {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
}
.sidehead {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.topbotpad5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.inno_blueborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #095AA9;
	border-right-color: #095AA9;
	border-bottom-color: #095AA9;
	border-left-color: #095AA9;
	padding: 5px;
}
.white_text {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
}
P {
margin: 0px;
	padding: 0px;
}
h1 {
	color: #095AA9;
}
h2 {
	color: #095AA9;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #095AA9;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
h4 {
	color: #CC66FF;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
h5 {
	color: #095AA9;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h6 {
	color: #095AA9;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.toppad {
	padding-top: 12px;
}
.mapborder {
	border: 2px solid #095AA9;
}
div.scroll {
	height: 100px;
	width: 125px;
	overflow: auto;
	border: 1px none #FFFFFF;
	padding: 1px;
	scrollbar-base-color:#095AA9;
	scrollbar-arrow-color:#FFF;
	margin-left: 5px;
	margin-top: 5px;
	}
div.scroll_wide {
	height: 350px;
	width: 530px;
	overflow: auto;
	border: 1px solid #CC99FF;
	padding: 5px;
	scrollbar-base-color:#CC99FF;
	scrollbar-arrow-color:#FFF;
	float: none;
	margin: 0px;	
	}
	div.scroll_wide_cont {
	width: 500px;
	}
div.scroll_wide2 {
	height: 300px;
	width: 530px;
	overflow: auto;
	border: 1px solid #CC99FF;
	padding: 5px;
	scrollbar-base-color:#CC99FF;
	scrollbar-arrow-color:#FFF;
	float: none;
	margin: 0px;	
	}
.floatleft {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}
.floatright {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}