<head>
	<style type="text/css">
		
		a            {  }
			
		body {
		color: rgb(255,255,255);
		background: rgb(0,0,0); 
		background-image: url('images/background.jpg');
		background-attachment: fixed;
		margin-left: 2%; margin-right: 2%; 
		font-family: Lucida Sans, Arial, Verdana, Tahoma;
		font-size: 10pt;
		}


		h1 {
		text-align: center;
		font-family: Lucida Sans, Arial, Verdana, Tahoma;
		color: rgb(255,255,255);
		font-size: 16pt;
		line-height: 100%;
		margin-top: 0;
		margin-bottom: 0;
		}
		
		h2 {
		text-align: center;
		font-family: Lucida Sans, Arial, Verdana, Tahoma;
		color: rgb(255,255,255);
		font-size: 14pt;
		line-height: 100%;
		margin-top: 0;
		margin-bottom: 0;
		}
		
		h3 {
		color: rgb(255,255,255);
		font-size: 12pt;
		line-height: 100%;
		}
		
		h4 {
		color: rgb(255,255,255);
		font-size: 10pt;
		line-height: 100%;
		}

		
		h5 {
		color: rgb(255,255,255);
		font-size: 8pt;
		line-height: 100%;
		}

		ul {
		font-size: 8pt;
		}
		

		p {
		color: rgb(255,255,255);
		font-family: Lucida Sans, Arial, Verdana, Tahoma;
		text-align: justify;
		font-size: 10pt;
		}
		
		p#3 {
		color: rgb(255,255,255);
		font-family: Lucida Sans, Arial, Verdana, Tahoma;
		text-align: center;
		font-size: 6pt;
		}

		p#1 {
		color: rgb(255,255,255);
		font-family: Lucida Sans, Arial, Verdana, Tahoma;
		text-align: center;
		font-size: 8pt;
		}
		
		p#2 {
		color: rgb(255,255,255);
		font-family: Lucida Sans, Arial, Verdana, Tahoma;
		text-align: center;
		font-size: 10pt;
		}
		
		IMG#B { border: solid rgb(16,80,120) 4px; }
		
		div#C {text-align: center}
	
		:link { color: "#FFFFFF" }  /* for unvisited links */
		:visited { color: rgb(212,0,180) } /* for visited links */
		:active { color: rgb(255, 0, 102) } /* when link is clicked */
		:hover { color: rgb(0, 96, 255); font-family: Arial; font-style: italic; font-weight: bold } /* when mouse is over link */
     		
		table {
			font-size: 10pt;
		}
		tr#a {height: 50px;}
		
		i#1{ 
		color: rgb(0, 96, 255); 
		letter-spacing: 1pt; 
		font-family: Arial; 
		font-style: italic; 
		font-weight: bold } 
		
	</style>
	

</head>