/*
 * This is the page baner style for Firefox
 * The only difference between this  and the one for Microslop is
 * the margin parameters.
 */
.page-banner
	{
	font-family: 'Monotype Corsiva', verdana,  cursive;
	font-size: 250%;
	color: #ffee00;
	padding: 0;
	position: relative;
	margin:  -1% 0 5% 4%;
	}
.page-banner-short
	{
	font-family: 'Monotype Corsiva', verdana,  cursive;
	font-size: 230%;
	color: #ffee00;
	padding: 0;
	position: relative;
	margin:  -1% 0 5% 0%;
	}
.page-banner-ped
	{
	font-family: 'Monotype Corsiva',verdana,  cursive;
	font-size: 200%;
	color: #ffff00;
	padding: 0;
	position: relative;
	margin:  -1% 0 5% 3%;
	}
/*
 * The IE equivalent of the class below does not include the padding-bottom.
 */ 
.indentped
	{
	margin-left: 2.3em;
	margin-bottom: 0;
	padding-bottom: 0;
	}
.returnto	{ padding: .5em 0 0 0; }
