/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: Garamond, "New Century Schoolbook", "Century Schoolbook", "Times New Roman",Times,serif; }
.MATH I  { font-family: Garamond, "New Century Schoolbook", "Century Schoolbook", "Times New Roman",Times,serif; font-style: italic }
.BOLDMATH { font-family: Garamond, "New Century Schoolbook", "Century Schoolbook", "Times New Roman",Times,serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
BODY {
	background-color: #FFFFFF; 
	margin-left: 0; 
	margin-right: 0; 
}


SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* heading styles */
H1 {
	font-size: 15pt;
}
H2, H3, H4, H5 {
	font-size: 14pt;
}
H1, H2, H3, H4, H5, TD		{ 
	font-family: Garamond, "New Century Schoolbook", "Century Schoolbook", "Times New Roman",Times,Serif;
	FontFamily: Garamond, "New Century Schoolbook", "Century Schoolbook", "Times New Roman",Times,Serif;
}
P, CAPTION.justify { 
	text-align: justify; 
	font-family: Garamond, "New Century Schoolbook", "Century Schoolbook", "Times New Roman",Times,Serif;
	FontFamily: Garamond, "New Century Schoolbook", "Century Schoolbook", "Times New Roman",Times,Serif
}
P.center, CAPTION { 
	text-align: center; 
	font-family: Garamond, "New Century Schoolbook", "Century Schoolbook", "Times New Roman",Times,Serif;
	FontFamily: Garamond, "New Century Schoolbook", "Century Schoolbook", "Times New Roman",Times,Serif
}

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */
