/*style for navigation links*/
A.BLUE {
	color: #639ACE;
	text-decoration: none;
	font : 12px Verdana, Arial, sans-serif;
}
A.BLUE:LINK{ 
    color:  #639ACE;
	text-decoration: none;
}
A.BLUE:VISITED {
	color :  #639ACE;
	text-decoration : none;
}
A.BLUE:ACTIVE {
	color :  #639ACE;
	text-decoration : none;
}
A.BLUE:HOVER {
	color :  #639ACE;
	text-decoration : underline;
}
/*---------------------------------------------------------------------------------------*/
/*styles for text elements-----------------------------------------------------------------*/
.BODYBLUE{
	color : #639ACE;
	font : Bold 12px Arial, Helvetica, Verdana, Sans-Serif;
	text-align : left;
	line-height : 16px;
}
/*----------------------------------------------------------------------------------------------------*/

/*style for  lists*/
UL.RECRUITMENT {
	list-style : square ;
	list-style-position : outside;
	font : 12px Arial, Helvetica, Verdana, Sans-Serif;
	color : #639ACE; 
}
/*----------------------------------------------------------------------------------------------*/

/*style for  colours*/
.MIDBLUE{ 
    background: #639ACE url("images/colour_midblue.gif");
}
.LIGHTESTBLUE{ 
    background: #F2F6FA url("images/colour_lightestblue.gif");
}
/*----------------------------------------------------------------------------------------------*/
