body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.footer {font-family: Arial, Helvetica, sans-serif;
		 font-size: 10px;
		 color: #FFFFFF;} 
		 
.centre {color: #000000;} 

.main a:link {color: #527476; text-decoration: none; font-weight:bold;} 
.main a:visited {color: #527476; text-decoration: none; font-weight:bold;}
.main a:hover {text-decoration: none; color: #ff9900;font-weight:bold;}
.main a:active {color: red;text-decoration: none}

.footer a:link {color: #FFFFFF; text-decoration: none; font-weight:bold;}
.footer a:visited {color: #FFFFFF; text-decoration: none; font-weight:bold;}
.footer a:hover {color: #CCCCCC; text-decoration: none; font-weight:bold;}
.footer a:active {color: #FF0000; text-decoration: none; font-weight:bold;}

.centre a:link {font-size: 10px; color: #000000; text-decoration: none; font-weight:bold;}
.centre a:visited {font-size: 10px; color: #000000; text-decoration: none; font-weight:bold;}
.centre a:hover {font-size: 10px; color: #CCCCCC; text-decoration: none; font-weight:bold;}
.centre a:active {font-size: 10px; color: #FF0000; text-decoration: none; font-weight:bold;}

.back1 {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

.back2 {
	background-image: url(images/file_browse.gif);
	background-repeat: no-repeat;
}

.back3 {
	background-image: url(images/clients.gif);
	background-repeat: no-repeat;
}

.back4 {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

.imageleft {
  float:right;
  padding-right:7px;
  padding-bottom:7px;
  } 
  
.pad_image {
	background-image: url(images/latest_vacancies.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
	padding-right: 10px;
   }
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A3388;
}

.purple2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A3388;
	font-weight:bold;
}

.white_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.white1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}

.white2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

A {
font-family:Arial, Helvetica, sans-serif; 
font-size:12px
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}

span.tool {
  position: relative; 
  cursor: help;
}
 
span.tool span.tip {
  display: none;
}
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 2.5em;
  left: 0;
  width: auto;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: left;
}
.box{
position: relative;
z-index: 0;
}.box:hover{
background-color: transparent;
z-index: 50;
}

.box span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.box span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.box:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
width:300px;
left: 60px; /*position where enlarged image should offset horizontally */

}