/* CSS Document */

	body { background-color: #FFFFFF; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
	
	a:link, a:visited, a:active { color: #0066FF; text-decoration: underline; }
	a:hover, a:visited:hover, a:active:hover { color: #00FF00; text-decoration: underline; }
	
	p.header { text-align: center; font-size: 16px; font-weight: bolder; font-variant: small-caps }
	p.level { text-align: left; font-size: 14px; font-weight: bold; }
	p.text { text-align: justify; }

/* instructor table */
	.instRegion { text-align: left; font-size: 12px; font-weight: bold; border-bottom: 1px solid black; }
	.instCell { text-align: center; width: 33%; }

/* hover tooltip */
	#dhtmltooltip {
		position: absolute;
		width: 200px;
		border: 1px solid #00FF00;
		padding: 5px 7px 5px 7px;
		background-color: #000000;
		color: #00FF00;
		visibility: hidden;
		z-index: 100;
		text-align: center;
	}	