/* STYLESHEET */

body		{
		background: #d2effc url(images2/background01.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed; 
  	background-position: top;
  		
		height: 100%;
		
		text-align: center;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		}	
		
a:link 		{
		color: #ffffff;  
		
		}
		
a:active 	{
		color: #ffffff;  
	
		 
		}

			
a:visited 	{
		color: #ffffff;  
		
		
		}
		
a:hover 	{
		color: #ffffff; 
		text-decoration: none;
		}
		
.special	{
		font-size: 8pt;
		font-family: arial , sans-serif;
		color: #000000;

		line-height: 17px;
		letter-spacing: 0px;
		}

		
<!-- div -->

				
		
.divcontainer	{
		background: #000000;
		position: relative; 
		top: 0px; 
		width: 1000px; 
		height: 100%; 
		text-align: center; 		
		}
			
.clear		{
		clear:both;
		}

