<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>

	<style type="text/css">
	body
	    {
		 color: black;
		 font-family: lucida sans;
		 font-size:12px;
		 }
		a 
		{
		font-family:verdana;
		font-size:12px;
		text-decoration:none
		}
		
		a:hover
		{
		text-decoration:none;
		color:red;		
		}
		a:visited
		{
		color:blue;
		text-align:center;
		text-decoration:none
		}
		.style1
	    {
		color:blue;
		font-family:verdana;
		font-size: 50px;
		}
		
		.style2
	    {
		color:black;
		font-family:verdana;
		font-size: 12px;
		margin-top:8px
		}
		
		.style3
	    {
		
		color:black;
		font-family:verdana;
		font-size: 10px		
		}
		
		
		.style4
	    {
		background-color:#eeeeee;
		width:200px;
		text-align:center;
		color:black;
		font-family:verdana;
		font-size: 11px;	
		font-weight:bold	
		}
		
		.style5
	    {
		
		width:200px;
		color:blue;
		font-family:verdana;
		font-size: 13px;	
		font-weight:bold	
		}
		
		 .style6
	    {
		background-color:#eeeeee;
		width:200px;
		text-align:center;
		color:black;
		font-family:verdana;
		font-size: 11px;	
		font-weight:bold	
		}
		 
	</style>
</head>
<body>
</body>
</html>

