/* =====================================================*/
/* ================CUSTOMIZEABLE AREA=================*/
/* =====================================================*/
/* Instructions:

To use these indents, place this indents cascading style sheet below any other cascading 
style sheets you are using. Within HTML, code in <p class=indentX>your text</p> with X being 
the em space (1, 2, or 3 indicated below) you wish your text to indent. These are useful for 
making a Table of Contents or Harvard Outline.  The .bib gives a hanging indent
for purposes of making bibilographic lists.  Mark V. Bonito 08/18/06

*/


.indent0  {
	font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-indent: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-top: 0em;
}
.indent1  {
font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
font-size: medium;
text-indent: -2.5em;
margin-bottom: 0em;
margin-left: 5em;
margin-top: 0em;
}
.indent2  {
font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
font-size: medium;
text-indent: -2.5em;
margin-bottom: 0em;
margin-left:7em;
margin-top: 0em;
}
.indent3  {
font-family: Verdana, Univers, Arial, Helvetica, sans-serif;
font-size: medium;
text-indent: -2.5em;
margin-bottom: 0em;
margin-left: 9em;
margin-top: 0em;
}
.bib {
	font-family: Verdana, Univers, Arial, Helvetica, san-serif
	font-size: medium; 
	margin-left: 1.5em; 
	text-indent: -1.5em;
}

/* =====================================================*/
/* =============END CUSTOMIZEABLE AREA===============*/
/* =====================================================*/
