/*      .$.0 070920 Personal Main Body Styles     KWWSTYP.CSS    JAK 04
  <meta name="author"     content="Jeffrey Katz" >
  <meta name="created"    content="2002/03/14"   > */

a:link		{
		color: blue;
		}
a:visited	{
		color: green;
		}
a:active	{
		color: red;
		}
body  	{
	color: #000000;
	background: #ffffff;
        margin-top: 0.00in;
        margin-left:  0.00in;
        margin-right: 0.00in;
	font-family: Times, serif;
	font-size: 11pt;
	font-weight: 400;
	}
b	{
	font-weight: 800;
	}
h1	{
	color: #004f8f;
	font-size: 18pt;
	font-weight: 800;
	}
h2	{
	color: #0000ff;
	font-size: 14pt;
	font-weight: 700;
	}
h3	{
        color: #ff00cc;
	font-size: 11pt;
	font-weight: 700;
	}
h4	{
	font-family: arial, helvetica, sansserif;
	font-size: 8pt;
	font-weight: 500;
	text-transform: uppercase;
	}
h5      {
	font-family: arial, helvetica, sansserif;
	font-size: 8pt;
	font-weight: 500;
        }
ul		{
		list-style-type: disc;
		}
ul ul		{
		list-style-type: circle;
		}
td		{
		text-align: left;
		font-size: 11pt;
		font-weight: 400;
		}
th.bright       {
		color: #000000;
		background: #70ffff;
		text-align: left;
		font-size: 12pt;
		font-weight: 700;
                }
