/* JavaScript error caused by bug in Netscape 4.0b2, sorry */ 
BODY	{	
	font-size:	1em;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	font-size-adjust:	.5;
	}	
		
P, BLOCKQUOTE, UL, OL, DL, DD, LI, DIR, MENU, SUB	{	
	margin-left:	50;
	margin-right:	50;

	/* inherit from body */	
	}	
		
SMALL	{	
	font-size:	.7em;
	}	
		
OL LI	{	
	list-style-type:	decimal;
	}	

TABLE, TBODY, TR, TD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	font-size-adjust:	.5;
	}	
		
	/* end body type */	


	/* begin header type */	
	
H1	{	
	font-family:	Trebuchet MS, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	2em;
	font-weight:	400;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family:	Trebuchet MS, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	1.75em;
	font-weight:	400;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family:	Trebuchet MS, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	1.58em;
	font-weight:	400;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
	/* end header type */	

	/* begin affordances */
		
A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN,		
DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,		
OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUP, UL, VAR, 		
APPLET, BIG, CENTER, DIR, FONT, HR, MENU, PRE,		
ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration:	none;
	border-color:	black;
	border-style:	none;
	}	
		
BODY	{	
	color:	black;
	background:	url(background.css) #FFFFF5;
	}	
		
EM	{	
	font-style:	normal;
	font-weight:	bold;
	color:	black;
	}	
		
STRONG	{	
	font-style:	italic;
	font-weight:	bold;
	color:	black;
	}	
		
EM STRONG, STRONG EM	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	color:	black;
	}	
		
ADDRESS	{	
	font-style:	normal;
	letter-spacing:	.1em;
	}	
		
H1, H2, H3, H4, H5, H6, DT, TH, THEAD, TFOOT	{	
	color:	black;
	}	
		
HR	{	
	color:	black;
	}	
		
TABLE, TBODY, TD, TR	{	
	color:	black;
	text-decoration:	none;
	border-color:	black;
	border-style:	none;
	
	}	
		
A:link	{	
	text-decoration:	none;
	font-weight:	bold; 
	color:	#C00;
	
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#69C;
	
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#C00;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#F00;
	}	
		
A.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#C66;
	}	
		
	/* end affordances */
