
	BODY
	{
		font-family:verdana,arial,helvetica;
        font-size: 9pt;
        color: #333333;
		margin:0;
	}

    A { text-decoration: none; }
	A:link { color: #000080; }
	A:visited { color: #000080; }
	A:hover { color: #000040; text-decoration: underline; }

	H1
	{
		font-size:9pt;
		line-height:1.5em;
		margin-top:0.5em; margin-bottom:1.0em;
	}

	H2
	{
		font-size:9pt;
		margin-top:1em; margin-bottom:0px;
	}

	H3
	{
		font-size:9pt;
		margin-bottom:0px;
	}

	H4, H5, H6
	{
		font-size:9pt;
        font-weight: bold;
		margin-bottom:0px;
	}


	DIV.clsDocBody
	{
		margin-left:10px;
		margin-right:10px;
	}

	TD, TH { font-size: 9pt; }

	P
	{
		line-height:1.5em;
		margin-top:0.5em; margin-bottom:1.0em;
	}

	PRE
	{
		background:#EEEEEE;
		margin-top:1em; margin-bottom:1em; margin-left:0px;
		padding:5pt;
	}

	SPAN.db PRE, SPAN.ci PRE, SPAN.di PRE
	{
		background:#EEEEEE;
		padding-top: 0pt;
		padding-bottom: 0pt;
	}

	HR
	{
		color:#CCCCCC;
		height:1px;
	}

	UL { margin-left:25px; margin-top:10px; margin-bottom:10px; list-style-type: square; }

	OL { margin-left:25px; margin-top:10px; margin-bottom:10px; }

	UL LI
	{
		line-height:1.5em;
		margin-bottom:0.5em;
	}

	UL LI LI { list-style-type: square; }

	OL LI {
		line-height:1.5em;
    	margin-bottom:0.7em;
    }

	INPUT, SELECT {
		font-family:verdana,arial,helvetica;
        font-size: 9pt;
        border: 1px solid #808080;
        background-color: #f0f0f0;
    }

    .subMenu {
        font-size: 8pt;
    }

    .subItem {
        font-size: 7pt;
    }

    IMG {
        border: none;
    }

