<html>
<head>
<title>Info-Power Style Sheet</title

	<style type = "text/css">
		p {font-family: arial, helvetica, sans-serif;
			line-height: 175%; 
			margin-right: 2%; 
			margin-left: 30%;
			margin-top: 2%;
			margin-bottom:2%;
			text-align: justify;
		}	
		div.specialnote {
			position: absolute;
			width: 300px;
			height: 40px;
			top: 20px;
			text-align: center;
			border: none;
			color: red;
			background-color: yellow;
			font-weight: bold;
			font-size: 13pt;
			font-style: italic;
			font-family: sans-serif;
		}				
		div.content { 
			background-color: #ffffff;
			color: black;
		}
		div.contentheading {
			font-family: arial, helvetica, sans-serif; 
			font-weight: bold;
			color: black;
			font-size: 1em;
			margin-bottom: 1%;
		}
		div.contenttext {
			font-family: arial, helvetic, sans-serif;
			font-size: 11pt;
			line-height: 125%;
			text-align: justify;
		}
		div.links {
			background-color: gray;
			color: white;
			font-family: arial, helvetica, sans-serif;
			font-size: small;
			text-align: right;
			width: 200px;
			height: 130px;
			position: absolute;
			top: 525px;
			left: 100px;
		}
		div.menu {
			font-family: arial, helvetica, sans-serif;
			font-size: 10pt;
			line-height: 150%;
		}
		div.abwimage {
		}	
		div.abwimagetext {
			color: black;
			font-weight: bold;
			font-size: 11pt;
			font-style: normal;
		}	
		ul {font-family: arial, helvetica, sans-serif;
			line-height: 175%; 
			margin-right: 2%; 
			margin-left: 25%;
			margin-top: 2%;
			margin-bottom:2%;
			text-align: justify;
		}
		
		h1 {font-family: arial, helvetica, sans-serif; 
			font-weight: bold;
			color: blue;
			margin-right: 2%; 
			margin-left: 30%;
			margin-top: 2%;
			margin-bottom:2%; 
		}
		
		h2 {font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			margin-right: 2%; 
			margin-left: 30%;
			margin-top: 2%;
			margin-bottom:2%;
		}
		.tablehead {
			background-color: white;
			font-size: 2em;
			font-family: arial, helvetica, sans-serif;
			border-style: none;
			width: 800px;
		}
		.tablefoot { position: absolute;
			background-color: white;
			font-size: 2em;
			font-family: arial, helvetica, sans-serif;
			border-style: none;
			width: 600px;
			left: 300px;
			top: 700px;
		}		
		div.footoptions {
			color: blue;
			font-size: 8pt;
			font-weight: normal;
			text-align: center;
			font-family: arial, helvetica, sans-serif;			
		}
		div.menuoptions 
		{
			background-color: #66669a;
			color: white;
			font-size: 8pt;
			font-weight: bold;
			line-height: 150%;
			text-align: center;
			font-family: arial, helvetica, sans-serif;
		}
		
		.menulink:link {text-decoration: none; color: #ffffff; }
		.menulink:visited {text-decoration: none; color: #ffffff;}
		.menulink:active {color: #ffffff;}
		.menulink:hover {text-decoration: underline; color: #ffffff;} 
		
		
		a:link {text-decoration: underline; color: #0079c6}
		a:visited {text-decoration: underline; color: #0079c6}
		a:active {text-decoration: underline; color: #0079c6}
		a:hover {text-decoration: underline; color: #0079c6} 
		
		.contenttext 
		{
			font-family: arial, helvetic, sans-serif;
			font-size: 10pt;		
		}	
		
		select
		{
			font-family: arial, helvetic, sans-serif;
			font-size: 10pt;		
		}
		
	</style>
</head>
</html>