@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	/* [disabled]background: #fff; */
	}		  /* zero's out margins, padding, and borders; initial default color */
html, body, p, th, td, li, dd, dt, blockquote {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	/* [disabled]line-height: 1; */
	}		/* an initial default font size and family many browsers may override font choices if only defined in html, body */
#page024 {
}

h1, h2, h3, h4, h5, h6 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	}		/* initial default font family for headings */
h1 { font-size: 2em; }		  /* initial default font size for headings */
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
blockquote { font-style: italic; }
a:link {
	color: #000;
}			/* initial default link colors, in shades of blue */
a:visited {
	color: #000;
}
a:hover {
	color: #666;
}
a:active {
	color: #666666;
}
i { font-style: italic; }	 /* ensures italic text */
b { font-weight: bold; } 	 /* ensures bold text */
em {
	font-style: italic;
}    /* ensures italic, bold text */ 
strong { font-weight: bold; font-size: 110%; } 	 /* ensures bold, slightly larger text */
ul {
	list-style-type: none;
}		 /* solid circle bullet */
ol { list-style-type: decimal; }	 /* normal numbered list */
dt { font-style: italic; font-weight: bold; }	/* gives definition item more emphasis then definition */
li, dd { margin-bottom: 0.5em; }
code, pre { font-size: 105%; }	 /* IE makes IE code large as surrounding "1em" text; makes Netscape code not as large as surrounding "1em" text. */
table {border-collapse: collapse;}   /* ensures default to collapse model rather then separate model */
img {
	padding: 0;
	border: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	}
dfn {
	font-style: italic;
	}

table {
	table-layout: fixed;
	}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
