/*	TITLE		: default.css
	VERSION		: 1.1

	DECRIPTION	: General styles to be used on all web pages

	HISTORY:	1.1	2002-02-25	SJW	Added .important
			1.0	2002-02-01	SJW	Initial version
----------------------------------------------------------------------
*/

/* This is used to format the last modified text at the bottom of the page
*/

ADDRESS {
	font-size		: xx-small;
	text-align		: left;
	clear			: both;
}

ADDRESS EM {
	font-weight		: bold;
}


/* Centre text
*/

.center {
	text-align		: center;
}

/* Floated objects
*/

.floatleft {
	float			: left;
	clear			: left;
}

.afterfloat {
	clear			: both
}

/* Hide object
*/

.hide	{
	display			: none;
}

/* Important text
*/
.important	{
	color			: red;
	font-weight		: bold;
	text-align		: center;
}

TABLE CAPTION {
	margin : auto auto;
}

.printonly {
	display : none;
}
/* --- END OF STYLES --- */

