/* "Cascading style sheet" for use with Table of Contents */

body { color: #000000;
	background: #ffffff;
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
	margin-left: 5%;
	margin-right: 5%; }

h2 { text-align: center;
	font-size: 150%; }

/* The explicit font-size in the following statement is designed */
/* to counteract a bug in MIE 5.0 which makes material within a  */
/* table display bigger than it should. It doesn't seem to be    */
/* needed in MIE 5.5 or in Opera. The explicit font-family seems */
/* to be necessary for NS 4.x.                                   */

td { text-align: left;
	font-size: 9pt;
	font-family: verdana, arial, sans-serif;
	width: 50%;
	vertical-align: top; }

A:link { color: #000000; text-decoration: none; }       /* unvisited link */
A:visited { color: #0000ff; text-decoration: none; }    /* visited links */
A:hover { text-decoration: underline; }                 /* mouse over link */

/* Date of last update: 30 Apr 2008 */
/* A HREF="http://jigsaw.w3.org/css-validator/" ALT="Valid CSS!" */
