BODY
	{
    	background-color: White;
    	color: Black;
	font-family: "Times New Roman", Times, serif;
	}

A
	{
	font-family: "Times New Roman", Times, serif;
        text-decoration: underline;
	font-size: 10pt;
        font-weight: bold;
	color: #336633;
	background: transparent;
	}

A:fsize
	{
	font-family: "Times New Roman", Times, serif;
        text-decoration: underline;
	font-size: 10pt;
        font-weight: bold;
	color: #336633;
	background: transparent;
	}

A:hover
	{
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: 10pt;
        font-weight: bold;
	color: #336633;
	background: transparent;
	}

A.link
	{
	font-family: "Times New Roman", Times, serif;
        text-decoration: none;
	font-size: 10pt;
        font-weight: normal;
	color: #336633;
	background: transparent;
	}

A.link:hover
	{
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: 10pt;
        font-weight: normal;
	color: #336633;
	background: transparent;
	}

P, SPAN
	{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: Black;
	font-size: 10pt;
	}

INPUT
	{
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	}

INPUT.button
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	}

TD
	{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: Black;
	font-size: 9pt;
	}

TD.header
	{
	background-color: #66cc99;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	}

TD.article
	{
	text-align: justify;
	font-size: 10pt;
	}

TD.formheader
	{
    	background-color: #66CC99;
	text-align: left;
	font-size: 10pt;
	}

TD.formbody
	{
    	background-color: #E7EFE7;
	font-size: 9pt;
	}

TD.chooser
	{
    	background-color: #FFFFFF;
	font-size: 10pt;
	}

TR.tableheader
	{
    	background-color: #66CC99;
	text-align: center;
	font-size: 10pt;
	}

TR.tableoddrow
	{
    	background-color: #E7EFE7;
	font-size: 10pt;
	}

TR.tableevenrow
	{
    	background-color: #E7EFE7;
	font-size: 10pt;
	}

input.search 
        {
	width: 120px;
        }
