	body
		{
		height: 100%;
		background-color: white;
		background-image: url('../images/background.gif');
		background-repeat: repeat-y;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 0;
		padding: 0;
		text-decoration: none;
		line-height: 1.3;
		}
		
	p 	{ 
		font-size: 11pt;  
		}

	ul	{
		font-size: 11pt;
		line-height: 1.5;
		padding-top: 10px;
		padding-bottom: 10px;
		}

	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
		}
		
	hr
        {
         width: 100%;
         size: 1;
         border: 0; 
         height: 0; 
         border-top: 1px solid rgba(0, 0, 0, 0.1); 
         border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		}
		
	a:link
		{
		color: #039; 
		text-decoration: none;
		}

	a:visited
		{
		color: #039; 
		text-decoration: none;
		}

	a:active
		{
		color: #A80031;
		text-decoration: none;
		}

	a:hover
		{
		color: #A80031;
		text-decoration: none;
		}
	
	font.helptitle
		{
		font-weight: normal;
		color: #FFFFFF;
		font-size: 11pt;
		font-weight: bold;
		line-height: 1; 
		text-decoration: none;
		}
			
	p.copyright
		{
		font-weight: normal;
		color: #999999;
		font-family: Verdana, Arial, Helvetica, sans-serif;
      	font-size: 7pt;
		line-height: 1;
		vertical-align: bottom ; 
		text-decoration: none;
		}
					
	div#container
	    {
        position: absolute; 
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        margin: 0;
        }

	div#header
        {
        position: absolute; 
        left: 0;
        width: 100%;
        height: 32px;
        margin: 0;
        background-color: #000000;
        }
	
	div#iconbox
        {
        position: absolute;
        top: 1px;
        margin-left: 4px;
        }

	div#titlebox
        {
        position: absolute;
        top: 8px;
        margin-left: 34px;
        }
	
	div#printboxtop
        {
        position: absolute;
        top: 2px;
        right: 2px;
        }   
	
    div#toc
        {
        position: absolute;
        left: 0;
        width: 160px;
        height: 100%;
        padding-top: 32px;
        }
           
	#toc a:link
		{
		color: #FFFFFF; 
		text-decoration: none;
		}

	#toc a:visited
		{
		color: #FFFFFF; 
		text-decoration: none;
		}

	#toc a:active
		{
		color: #EF003F;
		text-decoration: none;
		}

	#toc a:hover
		{
		color: #EF003F;
		text-decoration: none;
		}
		
	#toc p
		{
		text-decoration: none;
		padding: 0 6px;
        font-size: 10pt;
		}
		
	#toc p.current
        {
        font-size: 10pt;
		font-weight: bold;
		color: #FFFF00;
		}
		
	#toc hr
        {
         width: 80%;
         border: 0; 
         height: 0; 
         border-top: 1px solid rgba(0, 0, 0, 0.1); 
         border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
		}	
			
    div#content
        {
        position: absolute;
        top: 40px;
        left: 160px;
        height: 100%;
        width: 88%;
        padding: 20px;
        }       
           
    div#footer
        {
        position: relative;
        width: 100%;
        height: 80px;
	    bottom: 0px; 
        }
        
    #notprinted img
    
    	{
    	vertical-align: text-bottom;
    	}    