BODY	{	
	font-size:	0.9em;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align: justify;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	color:	black;
	background:	white;
	}	

P, BLOCKQUOTE, UL, OL, DL, DD, LI, DIR, MENU	{	
	/* inherit from body */	
	}	

BIG	{	
	font-size:	1em;
	}	

PRE	{	
	font-family:	'Monotype.com', Courier New, monospace;
	}	

OL LI	{	
	list-style-type:	decimal;
	}	
TABLE, TBODY, TR, TD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.58;
	}	
H1	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size:	1.6em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size:	1.5em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size:	1.2em;	
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size:	1.05em;	
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size:	0.75em;	
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family:	Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size:	0.7em;	
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN,
DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,
LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, 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:   #036;
        border-style:   none;
        }

BODY    {
        color:  black;
        background:     white;
        }
		
EM	{	
	font-style:	normal;
	font-weight:	bold;
	color:	black;
	background:	white;
	}	
		
STRONG	{	
	font-style:	italic;
	background:	white;
	font-weight:	bold;
	color:	black;
	}			
B	{
	font-weight:	bold;
	}
	
I	{
	font-style:	italic;
	}

U	{
	font-style: normal;
        text-decoration:  none; 
	color: #F30;
	}

ADDRESS {
        font-style:     normal;
	font-size: 0.7em;
        letter-spacing: .1em;
        }

H1, H2, H3, H4, H5, H6, DT, TH, THEAD, TFOOT    {
        color:  #036;
        background:     white;
        }

HR      {
        color:  #036;
        }
			
COL, COLGROUP, TABLE, TBODY, TD, TR     {
        color:  black;
        text-decoration:        none;
        border-color:   black;
        border-style:   none;
        background:     white;
        }

A:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	maroon;
	background:	white;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	maroon;
	background:	white;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	maroon;
	background:	#FF0;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	maroon;
	background:	white;
	}	
		
A.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#C30;
	background:	white;
	}		


