BODY {
	background-color: #ffffee;
	background-image: url(/images/BGgiFade.gif);
	background-repeat: repeat-y;
	font-family:
		"Verdana",		/* Windows ? */
		"Bookman Old Style",	/* Windows */
		"Century Schoolbook L",	/* Linux */
		serif;			/* default generic family */
	font-size: small;
	text-align: justify;

}

H1 {
	font-style: italic;
	text-align: center;
}

H2,H3,H4 {
	font-style: italic;
	text-align: left;
}

H2.centre {
	text-align: center;
}

UL {
	list-style: disc;
	text-align: left;
}

UL > LI {
	margin-top: 1em;
}

UL.compact
{
	list-style-position: inside;
	margin-left: 0pt;
}

UL.compact > LI
{
	margin-top: 0em;
}

STRONG {
	font-weight: bold;
}

.email {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.menu {
	font-weight: bold;
	text-align: center;
}

IMG {
	border: 0px;
}

IMG.left {
	float: left;
	margin: 10pt 10pt 10pt 0;
}

IMG.right {
	float: right;
	margin: 10pt 0 10pt 10pt;
}

