<!--

	BODY {
		font-family: Verdana;
		font-size: 10pt;
		}
		
	TD {
		font-family: Verdana;
	}

	.photo {
		background: #E4E3DC;
		border: 1 solid black;
		margin: 5;
		}

	P {
		margin: 6;
		margin-bottom: 20;
		}

	.mainheadline {
		color: navy;
		font-weight: bold;
		font-size: 14pt;
	}
	
	.headline {
		color: navy;
		font-weight: bold;
	}
	
	.copyright {
		font-size: 8pt;
		text-align: center;
		color: white;
	}
	
	.comment {
		color: maroon;
	}
	
	A {
		text-decoration: none;
		color: black;
	  }

	A:hover {
		text-decoration: underline;
		}


	.visiblelink
	{
		text-decoration: underline;
		color: blue;
	}
	
	.smalllink {
		font-size: 8pt;
	}
		
		
	.linkdiv {
		padding-top: 6;
		padding-bottom: 6;
		font-size: 8pt;
		text-align: center;
	}

	.linkdivhead {
		background: black;
		color: white;
		text-align: center;
	}			

	.shortbreak {
		line-height: 40%;
	}

	.limitimg500
	{
		width: 500px;
		overflow: hidden;
		cursor: pointer;
	}
	
	.limitimgnone
	{
	}
	

-->