/* NOTES:
	for font-family, several alternative fonts are specified,
	followed finally by a supported generic family name
	('serif', 'sans-serif', 'cursive', 'fantasy').
	Place the font-family declaration at the end of the list of
	declarations for a selector to account for an MSIE3 font
	declaration freak out
	
	For correct rendering across all 3 browsers include a
	fictitious font name enclosed in single quotes as your
	first font choice and a fictitious font name as your last
	choice. 
	
*/>
BODY 
	{ 
    font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';
    }
    
.bodytxt
{
	color: #000000;
	font-size: 10pt;
	font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';

}

.smalltxt
{
	color: #000000;
	font-size: 8pt;
	font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';

}

.footer
{
	color: #666666;
	font-size: 7pt;
	font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';

}

.lftnavtxt
{
	color: #000000;
	font-size: 9pt;
	font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';

}
    
.lftnav2txt
{
	color: #000000;
	font-size: 9pt;
	font-family: 'X', sans-serif, arial, helvetica, verdana, 'X';

}

.legal
    {
    color: #404040;
    font-size: 7pt;
	text-decoration: none;
    text-align: left;
    line-height: 9pt;
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
    }
    
.announce
{
	color: blue;
	font-size: 8pt;
	text-decoration: none;
	text-align: left;
	line-height: 9pt;
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
}

/* headers and such */
	
h1, p.title
{
	color: #936;
	font-size: 16pt;
	font-weight: bold;
	line-height: 16pt;
	margin-bottom: 1;
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
	font-style: italic;
}
.h1tag
    { 
    color: #663366;
	font-size: 11pt;
    font-weight: bold;
    margin-bottom: 1;
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
	}
	
h2, p.head2
    { 
    color: #663366;
	font-size: 11pt;
    font-weight: bold;
	line-height: 12pt;
	margin-bottom: 1; 
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
    }
