.menu
	{  
		color: #000000; 
		font-style: normal; 
		font-weight: 600; 
		font-size: 11pt; 
		line-height: 1.4em; 
		text-align: right; 
		text-decoration: underline;
	}
 
.menu:hover
	{  
		color: #FF0000; 
		font-style: normal; 
		font-weight: 600; 
		font-size: 11pt; 
		line-height: 1.4em; 
		text-align: left; 
		text-decoration: none;
	}
 
TABLE, BODY
	{  
		color: #000000;
		font-style: normal; 
		font-weight: normal; 
		font-size: 12pt; 
		font-family: serif; 
		line-height: 1.2em; 
		text-align: left;
	}
 

H1
	{  
		color: #000000;
		font-style: normal; 
		font-weight: Bold; 
		font-size: 20pt; 
		line-height: 1.8em; 
	}


 A:link, A:visited
	{  
		color: #0033CC; 
		font-style: normal; 
		font-weight: 600; 
		font-size: 11pt; 
		line-height: 1.4em; 
		text-align: left; 
		text-decoration: underline;
	}
 
 A:active, A:hover
	{  
		color: #FF0000; 
		font-style: normal; 
		font-weight: 600; 
		font-size: 11pt; 
		line-height: 1.4em; 
		text-align: left; 
		text-decoration: none;
	}

