/* 4 Sept 00 style sheet for companyguide.co.uk   */
/* for consistency change left-align and center texts together */

/*============================================*/
/* default main text */

BODY	
	
        {text-align: left;
        background-color: white;
	font-family: verdana;
	font-size: 11 pt;
	line-height: 13 pt;
	color: black;}


/*============================================*/
/* principal sections in text */

DIV.body1	
	
        {text-align: left;
        background-color: white;
	font-family: verdana;
	font-size: 11 pt;
	line-height: 14 pt;
	margin-left: 16 pt;
	margin-right: 16 pt;
	color: black;}

DIV.body1center	
	
        {text-align: center;
	background-color: white;
	font-family: verdana;
	font-size: 11 pt;
	line-height: 14 pt;
	margin-left: 16 pt;
	margin-right: 16 pt;
	color: black;}

/*============================================*/

DIV.body2

	{text-align: left;
	background-color: lime;
	font-family: serif;
	font-size: 11 pt;
 	line-height: 14 pt;
	margin-left: 16 pt;
	margin-right: 16 pt;
	color: black;}

DIV.body2center

	{text-align: center;
	background-color: lime;
	font-family: serif;
	font-size: 11 pt;
 	line-height: 14 pt;
	margin-left: 16 pt;
	margin-right: 16 pt;
	color: black;}

/*============================================*/
/* note text */

DIV.note

	{text-align: left;
	background-color: yellow;
	font-family: verdana;
	font-size: 8 pt;
 	line-height: 10 pt;
	color: black;}

DIV.notecenter

	{text-align: center;
	background-color: yellow;
	font-family: verdana;
	font-size: 8 pt;
 	line-height: 10 pt;
	color: black;}

/*============================================*/
/* H = header text */

H1.left,H2.left,H3.left,H4.left,H5.left,H6.left   

	{text-align: left;
        font-family: verdana;
	color: #0000CC;	}

H1.cntr,H2.cntr,H3.cntr,H4.cntr,H5.cntr,H6.cntr   

	{text-align: center;
        font-family: verdana;
	color: #0000CC;	}

/*============================================*/
