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

