<STYLE TYPE="text/css">
	A
	{ 
				color : blue;
				text-decoration : none;
	}
	A:visited
	{ 
				color : blue;
				text-decoration : none;
	}
	A:active
	{ 
				color : red;
				text-decoration : none;
	}
	A:hover
	{ 
				color : red;
				text-decoration : none;
	}

	.system	
	{
			font-family : "courier new" ;
			font-size : 10pt ;
			font-weight : bold ; 
			background-color: black;
			color: #eeeeee; 	
	}

	.code_table
    {
        border: 0;
        padding: 0;
        width: 100%;

    }

	.code_header
	{
			font-family : "courier new" ;
			font-size : 10pt ;
			font-weight : bold ; 
            background-color: #dddddd;
			color: black; 	
	}
	.code
	{
			font-family : "courier new" ;
			font-size : 10pt ;
			font-weight : bold ; 
			background-color: #eeeeee;
			color: black; 	
	}
	TD.odd		{
			background-color: #eeeeee
			}
	TD.even		{
			background-color: white;
			}

	.comment	{ color: blue; }
	.preproc	{ color: darkblue; }
	.keyword	{ color: brown ; }
	.type		{ color: green; }
	.string		{ color: red; }
	.number		{ color: purple; }
	.normal		{  }
	.function	{  }
	.symbol		{  }
	.cbracket	{  }

	.copyright  { font-size : x-small ; font-variant : small-caps }

	.navtopic 
	{ 
			font-family : "helvetica" ; 
			font-size : 10pt ; 
			color: #ffffff;
			text-decoration : none ;
			text-indent: 3pt;
			margin-top: 2pt;
	} 

	.navitem
	{ 
			font-family : "helvetica"; 
			font-size : 10pt ;
			color : black; 
			text-decoration : none ;
	} 

	.console_text
	{ 
			font-family : "system"; 
			font-size : 8pt ;
			color : white; 
			text-decoration : none ;
			text-indent: 6pt;
	} 
	.hnavtopic
	{
			font-family : "courier new" ; 
			font-size : 14pt ; 
			font-weight : bold ; 
			color : lightblue ;
			text-decoration : none ;
	}

</STYLE>
