body	{
		margin-top:  0;
		margin-left: 0;
		margin-right: 10px;
	}

/*netscrape 4 doesn't recognize 'font-family' in 'body'*/
body,p,td,ul,ol,li,h1,h2,h3,h4,h5,h6,div,span,a
	{
		font-family: arial,helvetica,sans-serif;
	}

/*------------------------------------------------------*
 | CLF bars:						|
 | A. 1=top bar, 2=two coloured bars			|
 | B. self=special case for self-referential links	|
 | C. 'b' - small text for long text links		|
 |							|
 | The 'td' styles govern the appearance of the cell	|
 | The 'a' styles govern the appearance of the link text|
 | The 'span' styles govern the appearance of the plain	|
 |	text for self-referential links			|
 *------------------------------------------------------*/
td.clfbar1,td.clfbar1self,td.clfbar2,td.clfbar2self,
td.clfbar1b,td.clfbar1selfb,td.clfbar2b,td.clfbar2selfb
	{
			height:			14px;
			text-align:		left;
	}

td.clfbar1,td.clfbar2,td.clfbar1self,td.clfbar2self
	{
			padding-left:		2px;
	}

/*no left offset to accomodate wider text */
td.clfbar1b,td.clfbar2b,td.clfbar1selfb,td.clfbar2selfb
	{
			padding-left:		0;
	}

/* cell colours */
td.clfbar1,td.clfbar1b {		background-color:     	#000080; }
td.clfbar2,td.clfbar2b {		background-color:     	#fad385; }

td.clfbar1self,td.clfbar1selfb {	background-color:     	#0000cc; }
td.clfbar2self,td.clfbar2selfb {	background-color:     	#ffcc00; }

/* these td never contain plain text - I've added these to keep the CSS validator happy */
td.clfbar1,td.clfbar1b,td.clfbar1self,td.clfbar1selfb {	color:	#fad385; }
td.clfbar2,td.clfbar2b,td.clfbar2self,td.clfbar2selfb {	color:	#000080; }



/*------------------------------------------------------*
 | insert drop-down list into wide multi-cell (need to	|
 | over-ride left alignment)				|
 *------------------------------------------------------*/
form.siteselect
	{
			margin-bottom:		0;
	}

td.clfbar2wide
	{
			padding-left:		0;
			height:			14px;
			text-align:		center;
			background-color:	#fad385;
			color:			#000080;
	}


/*------------------------------------------------------*
 | menu links:						|
 |	- 1=top bar, 2=coloured bars			|
 |	- b is for long text, smaller font		|
 | <span> is used for self-referential plain text (no	|
 | anchor)						|
 *------------------------------------------------------*/
a.clfbar1,a.clfbar2,a.clfbar1b,a.clfbar2b,
span.clfbar1self,span.clfbar2self,span.clfbar1selfb,span.clfbar2selfb
	{
		font-family:		arial,helvetica,sans-serif;
		font-weight:		bold;
		text-decoration: 	none;
	}

/*normal text size*/
a.clfbar1,a.clfbar2,span.clfbar1self,span.clfbar2self
	{
		font-size:		13px;
	}

/*smaller font for longer text*/
a.clfbar1b,a.clfbar2b,span.clfbar1selfb,span.clfbar2selfb
	{
		font-size:		11px;
	}

/* link text colour for top bar */
a.clfbar1,a.clfbar1b
	{
		color: 			#fad385;
		background-color:	#000080;
	}

span.clfbar1self,span.clfbar1selfb
	{
		color: 			#fad385;
		background-color:	#0000cc;
	}

/* link text colour for bottom bar */
a.clfbar2,a.clfbar2b
	{
		color: 			#000080;
		background-color:	#fad385;
	}

span.clfbar2self,span.clfbar2selfb
	{
		color: 			#000080;
		background-color:	#ffcc00;
	}


/*------------------------------------------------------*
 | dividers for top bar 1				|
 *------------------------------------------------------*/
td.divider1
	{
		padding:		0;
		background-color:     	#fad385;
		color:			#000080;
	}


/*------------------------------------------------------*
 | footer						|
 *------------------------------------------------------*/
td.ccyymmdd {	font-family:	arial,helvetic,sans-serif; }
a.notice {	font-family:	arial,helvetic,sans-serif }
