
/* 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-weight: bold }
.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 }

/* document-specific styles come next */
a:link       { color: #339933 }
a:visited
{
	color: rgb(0,204,204); 
} 
a:active 
{
	color: rgb(204,153,51);
}
body         { background-color: #ffffff; color: #000000; line-height: 150%; position: 
               relative; margin-left: 5ex; margin-right: 5ex }
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153); 
}
h1,h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1           { color: #003366; margin-left: 1ex; margin-right: 1ex}
h2           { color: #336699; margin-left: 2ex; margin-right: 2ex}
h3           { color: #006699; margin-left: 3ex; margin-right: 3ex}
h4           { color: #0066CC; margin-left: 4ex; margin-right: 4ex}
h5           { color: rgb(204,153,51); margin-left: 5ex; margin-right: 5ex}
h6           { color: rgb(153,153,51); margin-left: 6ex; margin-right: 6ex}
ul           { margin-left: 8ex }
.NavigateTable		 {margin-top:10pt;margin-bottom:0pt; line-height:100%}
.NavigateText		 {font-size: smaller;margin-top:5pt;margin-bottom:0pt; line-height:100%}