        body
        {
            background-color: #FFFFFF;
            color: #000000;
            font-size: 12pt;
            text-align: center;
            font-family: tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;
        }
        h1
        {
            font-weight: bold;
            font-size: 25pt;
            background-color : #FFFFFF;
            color: #FF0000;
            height: 10px;
        }
        table, tr, td
        {
            font-size: 12pt;
            padding: 0.1cm;
        }
        a
        {
            color: #0000FF;
            background-color: #FFFFFF;
        }
        a:link
        {
            color: #0000FF;
            background-color: #FFFFFF;
        }
        a:visited
        {
            color: #0000FF;
            background-color: #FFFFFF;
        }
        a:hover
        {
            text-decoration: overline underline;
            color: #0000FF;
            background-color: #FFFFFF;
        }
        .errorpane 
        { 
            border: 1px inset; 
            margin: 0px; 
            padding: 1px; 
            width: auto; 
            height: 500px; 
            overflow: auto; 
        }
        .error
        {
            font-size: 10pt;
        }
        .header
        {
            font-weight: bold;
            color: #0000FF;
            background-color: #FFFFFF;
            font-size: 18pt;
            text-align: center;
        }
        .footer
        {
            font-size: 8pt;
        }
        .tdtitle
        {
            text-align: left;
            font-size: 10pt;
        	border-width: 1px;
        	padding: 2px;
        	border-style: solid;
        	border-color: #808080;
        	color: #000000;
        	background-color: #ffffff;
        }
        .tdvalue
        {
            text-align: right;
            font-size: 10pt;
        	border-width: 1px;
        	padding: 2px;
        	border-style: solid;
        	border-color: #808080;
        	color: #000000;
        	background-color: #ffffff;
        }
        .info
        {
            background-color: #FFFFFF;
            color: #000000;
            font-size: 10pt;
        }
        .hidden
        {
            visibility: hidden;
        }
        .view
        {
            font-size: 10pt;
            text-align: left;
            border: 1px inset;
            margin: 0px;
            padding: 6px;
            width: auto;
            height: 400px;
            overflow: auto;
        }
        .phpdata
        {
            font-size: 10pt;
            text-align: left;
            border: 1px inset;
            margin: 0px;
            padding: 6px;
            width: auto;
            height: 200px;
            overflow: auto;
        }
        .smalltext
        {
            font-size: 9pt;
        }
        .mediumtext
        {
            font-size: 11pt;
        }
        .largetext
        {
            font-size: 13pt;
        }
        .heavy
        {
            font-weight: bold;
        }
        .leftalign
        {
            text-align: left;
        }
        .centeralign
        {
            text-align: center;
        }
        .rightalign
        {
            text-align: right;
        }
        .navtable
        {
            font-size: 10pt;
            color: #000000;
            background-color: #FFFFFF;
            border: 1px solid black;
	        padding: 3px 6px 3px 6px;
        }
        .navtd
        {
            font-size: 10pt;
        	border-width: 1px;
        	padding: 2px;
        	border-style: solid;
        	border-color: #808080;
        	color: #000000;
        	background-color: #ffffff;
        }
        .navtitle
        {
            font-size: 10pt;
        	border-width: 1px;
        	padding: 2px;
        	border-style: solid;
        	border-color: #000000;
        	color: #000000;
        	background-color: #FFFFFF;
        	font-weight: bold;
        	text-decoration: underline;
        }
        .navheader
        {
            font-weight: bold;
            color: #0000FF;
            background-color: #FFFFFF;
            font-size: 14pt;
            text-align: center;
        }
