BODY 	{ 
    	color: #ffffff; 
   	background: #ffffff;
	margin-top: 1%;
	margin-left: 1%;      
    	margin-right: 1%; 
	margin-bottom: 1% 
  	} 

P 	
	{
	font-family: sans-serif;
	font-size: small;
	text-align: center; 
	color: #000000
   	}
	
P.center 	
	{
	font-family: sans-serif;
	text-align: center
   	}

P.left
	{
	font-family: sans-serif;
	font-size: small;
	text-align: left
	}
	
P.i
	{
	font-family: sans-serif;
	font-style: italic
	}
	
P.detail
	{
	font-size: x-small;
	text-align: center
	}	

P.end
	{
	font-size: x-small;
	text-align: center
	}	 		
 
H1	{
	font-family: sans-serif;
	text-align: center;
	color: #000000
	}

H2	{ 
	font-family: sans-serif;
	text-align: right;	
	color: #000000	
	}

H3	{ 
	font-family: sans-serif;
	text-align: left;	
	color: #000000	;
	}

H4	{
	font-family: sans-serif; 	
	text-align: left;	
	color: #000000	
	}
	
H5	{
	font-family: sans-serif; 	
	text-align: left;	
	color: #000000	
	}


A:link
	{ 
	color: #000000
	text-decoration:none;
	} 

A:visited
	{ 
	color: #000000
	text-decoration:none;
	} 

A:active 
	{ 
	color: #000000;
	text-decoration:none
	}

A:hover {
	color:#999999
	}


.hide {
	display: none;
	}