/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
/*
BODY , P, TABLE, DIV, UL {	color : navy;
	font-family : "new century schoolbook", verdana, arial,helvetica,  san-serif;
	font-size : 8pt ;
	text-align: justify;
	}
*/

BODY , P, TABLE, DIV, UL {	color : navy;
	font-family :  verdana, arial,helvetica,  san-serif;
	font-size : 8pt ;
	text-align: justify;
	}
/*
TR, TD, TH {	color : navy;
		font-family : "new century schoolbook", verdana, arial,helvetica,  san-serif;
		font-size : 8pt ;
	}
*/
TR, TD, TH {	color : navy;
		font-family : verdana, arial,helvetica,  san-serif;
		font-size : 8pt ;
	}
H1{
	font-size : 11pt ;
	font-weight : bold;
  	color : green;	}

H2{
	font-size : 10pt ;
	font-weight : bold;
  	color : green;	}

H3{
	font-size : 9pt ;
	font-weight : bold;
  	color : green;	}

A:link,  	{ color : "#8E7C00"; font-weight: bold; font-style : normal; text-decoration : none; }
A:visited 	{ color : "#AA9600"; font-weight: bold; font-style : normal; text-decoration : none; }
A:hover 	{ color : "#AA9600"; font-weight: bold; font-style : normal; text-decoration : underline;}

.MATH    { font-family: verdana, arial, helvetica,serif, "Century Schoolbook" ; }
.MATH I  { font-family: verdana, arial, helvetica,serif, "Century Schoolbook"; font-shape: italic }
.BOLDMATH { font-family:  verdana, arial, helvetica,serif, "Century Schoolbook"; 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 */
