BODY			{
				color: black;
				font-family: Helvetica,Arial,sans-serif;
				font-size: 12pt;
				background-image: url(images/buildint_10.jpg);
				background-repeat: repeat-y;
				line-height: 100%;
				}
				
H1				{
				font-size: 16pt;
				font-weight: bold;
				font-family: inherit;
				font-style: italic;
				}
				
H2				{
				font-size: 14pt;
				font-weight: bold;
				font-family: inherit;								
				}				
				
P				{
				color: black;
				font-family: Arial,Helvetica,sans-serif;
				font-size: 10pt;
				}
				
P.indent		{
				text-indent: 10px;
				}


ul 				{
			    list-style-type: square;
			    list-style-position: inside; 
			    margin-left: 0;
		        padding-left: 1em;
        		text-indent: -1em; 			    			    
        		} 
        		        		
li				{
				color: black;
				font-family: Arial,Helvetica,sans-serif;
				font-size: 10pt;        		
        		}