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

/* implement both fixed-size and relative sizes */
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 }

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

BODY,P,TD,DT,DD,UL,OL,DL  { font-family:Verdana,Geneva,sans-serif; font-size:14px; }
BODY  { background-color: #eeeeee; }

H1,H2,H3,H4,H5	{ font-family:Arial,Helvetica,sans-serif; color: #888833; }

H1		{ font-size:20pt; }
H2		{ font-size:16pt; }
H3		{ font-size:14pt; }
H4		{ font-size:12pt; }
H5		{ font-size:10pt; }

TABLE.pgt { background-color: #ffffff; width: 600px; }
TD.pgtch  { background-color: #dddddd; font-size: 20px; text-align:right; }
TD.pgtcf  { background-color: #dddddd; font-size: 10px; text-align:right; }
PRE,TT    { color:#660000; }

TD.navtc  { background-color: #ddddaa; font-size: 10px; }
CAPTION   { background-color: #ddddaa; }

