/* nwtn.css */
	
	B STRONG {font-weight: bold; font-style: normal}
	I EM {font-weight: normal; font-style: italic}
/* Headers */
	H1 { font-size: 120%; font-weight: bold;
		text-align: center}

	H2 {font-size: 110%; font-weight: bold;
		text-align: center}
	H2.LEFT {text-align: left}
	H2.BANNER {text-align: center; font-weight: bold; font-size: 90%;
		font-variant: small-caps} 
	H2.SAME {text-align: left; font-weight: bold; font-size: 80%} /* same size as text, but preserves function */
	H3 {font-size: 100%; font-weight: bold;
		text-align: center}
	H3.LEFT {text-align: left}
	H4 {font-size: 100%; font-weight: bold;
		text-align: center}
	H4.LEFT {text-align: left}
	TABLE.Main { padding: 5px; border-width: 0px;  vertical-align: top;
	}
	P {font-family: "Times New Roman",serif;}
	P.TOC {font-size: 70%; font-family: arial,verdana,geneva,sans-serif;
color: #336633;}
	P.boldcaps {font-family: sans-serif; color: black;
				font-size: 90%; text-align: center; font-weight: bold;
				font-variant: small-caps}
	P.smallcaps {font-family: sans-serif; color: black;
				font-size: 90%; text-align: center;
				font-variant: small-caps}
	P.small {font-size: 80%;}
	UL.TOC1 { color: #336633; list-style-image:
			url(bullet.gif);
			list-style-position: outside;
			list-style-type: none;
			font-size: 70%;
			 font-family: arial,verdana,geneva,sans-serif;
			margin-left: 0;

		}
	LI.TOC1 {color: #336633; 
			list-style-type: none;
			margin-left: 0;
			}
	/* anchors */
		A  { color:#336633;}
		A:HOVER {
	color: #003399;
	font-weight : normal;
}
		A:ACTIVE {color: darkred;}
	A.TOC { color: #336633; }
			A:TOC:HOVER {
	color: #333366;
font-weight : bold;
}
		A.HERE {color: #FFFF66; text-decoration: none; font-size: 110%; font-weight : bold;}
		A.HERE:HOVER {
	color: #FFFF66;
	text-decoration: none;
	font-size: 110%;
	font-weight : bold;
}
	A.HERE:ACTIVE {color: #FFFF66; text-decoration: none; font-size: 110%; font-weight : bold;}
	
	A.NAME {color: black; }
    A.NAME:HOVER { color: black;}
		A.TITLE  { color: black;}

		A.TITLE:HOVER {color: black;}
		A.TITLE:ACTIVE {color: black;}
		
		A.RESUME {
	color: Blue;
}
A.RESUME:HOVER {
	color: #993333
}
A.RESUME:ACTIVE {
	color: #FF6699;
}
A.RESUME:VISITED {
	color: #CC99FF;
}		