body {	background-color: white;
		overflow: auto;
		font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular
}

body.toc {
		background-image: url("images/bkgrnd_art.gif");
		background-repeat: no-repeat;
		background-attachment: fixed;
}

a				{ font-size:12 }
a:link			{ text-decoration: underline; color: #2e2ef1	}
a:visited		{ text-decoration: underline; color: #449be6	}
a:hover			{ text-decoration: underline; color: #0e0eb1 }
a.inst			{ font-size:14 }
a.inst:link		{ text-decoration: none;	  color: #2e2ef1	}
a.inst:visited	{ text-decoration: none;	  color: #449be6	}
a.inst:hover	{ text-decoration: none;	  color: #0e0eb1	}

h1.inst {
		margin-bottom: 10px;
		font-size:18;
		font-weight:bold
}

h1.toc {
		padding-top: 12px;
		padding-left: 10px;
		padding-bottom: 8px;
		padding-right: 10px;
		font-size:18;
		font-weight:bold;
		background-color: rgb(255,233,165)
}

h2.toc { margin-top: 20px }

h2 {
		font-size:14;
		font-weight:bold;
		color: rgb(64,64,64)
}

p		{ font-size:14 }
p.inst	{ font-size:14 }
p.toc	{ font-size:12  }

em { font-size:14; font-style: italic }
 
td.ordli { width: 20px; padding-right: 4px; vertical-align: top }
td.bulli { width: 10px; padding-right: 2px; vertical-align: top }
td.ordlt { vertical-align: top }
td.bullt { vertical-align: top }
td.nonei { vertical-align: top }
td.nonet { vertical-align: top }

td.notei { vertical-align: top; background-color: rgb(252,252,162);
					padding-top: 4px; padding-bottom: 4px; padding-right: 4px;
					width: 20px }
td.notet { vertical-align: top; background-color: rgb(252,252,162);
					padding-top: 4px; padding-bottom: 4px; padding-left: 4px }

table.tip {
		padding-top: 4px;
		padding-left: 4px;
		padding-bottom: 4px;
		padding-right: 4px;
		width: 95%;
		background-color: rgb(252,252,162) }
