
/* style for main links in page*/
A.BROWNL {
	color: #800019;
	font : bold 12px Arial, Helvetica, Verdana, sans-serif;
	text-decoration : none;
	background-color : transparent;
}
A.BROWNL:LINK {
	color : #800019;
	text-decoration : none;
	background-color : transparent;
}
A.BROWNL:VISITED {
	color : #800019;
	text-decoration : none;
	background-color : transparent;
}
A.BROWNL:ACTIVE {
	color : #800019;
	text-decoration : none;
	background-color : transparent;
}
A.BROWNL:HOVER {
	color : #800019;
	text-decoration : underline;
	background-color : transparent;
}
/*---------------------------------------------------------------------------------------*/

/*styles for text elements-----------------------------------------------------------------*/
.BODYBROWN{
	color : #800019;
	font : Bold 12px Arial, Helvetica, Verdana, Sans-Serif;
	text-align : left;
	line-height : 16px;
}
/*----------------------------------------------------------------------------------------------------*/

/*style for  lists*/
UL.SERVICES {
	list-style : square ;
	list-style-position : outside;
	font : 12px Arial, Helvetica, Verdana, Sans-Serif;
	color: #800019 ;
}
/*----------------------------------------------------------------------------------------------*/

/*style for  colours*/
.BROWN{ 
    background: #800019 url("images/colour_brown.gif");
}
.LTBROWN{ 
    background: #F0E6E8 url("images/colour_ltbrown.gif");
}
/*----------------------------------------------------------------------------------------------*/
