html>body, html>body td, html>body th {
	font-size:   9pt;
	}
body, td, th	{
	margin:		0;
	padding:	0;
	font-family: Verdana, Ariel, Helvetica;
	color:	#333333;
	background: #ffffCC;	
	font-size: 9pt;

	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  Verdana, Ariel, Helvetica;
    }
a	{
	text-decoration:	none;
	font-size:    small;
	font-weight:	bold;
	}
a:link	{
	color:	#cc0000;
	background-color: transparent;
	}
a:visited	{
	color:	#cc6600;
	background-color: transparent;
	}
a:active	{
	color:	#ff9900;
	background-color: transparent;
	}
a:hover	{
	color:	#ff6600;
	background-color: transparent;
	text-decoration:	underline overline;
	}
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
p {
	color:	#999999;	
	margin-top: 0; padding-top: 0;
	}	
h1	{
	font-size:	20px;
	}
	
h2	{
	font-size:	18px;
	}
	
h3	{
	font-size:	16px;
	}
	
h4 {
	font-size:	12px;
	}
	
h5	{
	font-size:	11px;
	}
	
h6	{
	font-size:	10px;
	}		
h1, h2, h3,	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #003366;
	background-color: transparent;
	margin:	5px 0 0 0;
	}
h4, h5, h6	{
	font-family: Verdana, Ariel, Helvetica;
	font-weight: regular;
	color: #660000;
	background-color: transparent;
	margin:	5px 0 0 0;
	}
img	{
		/* turns off gaps around images */
	<!-- border:	0 -->
	}
code, tt, pre	{
	font: 11px Courier New, monaco, monospace;
	color: #336699;
	background: transparent;
	}
