	html, body, table {
		width: 100%; 
		height: 100%;
		margin: 0px;
		padding: 0px;
	}
	table {
		border-collapse: collapse;					
	}

	td {
		font-size: 12px;
		font-family: Tahoma;
		padding: 0px;
		vertical-align: top;
		padding: 10px 10px;
	}	

	body {
		font-size: 12px;
		font-family: Tahoma;
	}
	
	h1 {
		color: white;
		font-size: 12pt;
		text-align: center;
	}
	
label {
		cursor: pointer;
	}

	.leftcolumn {
		width: 10px; 
		padding: 0px 0px;
	}
	
	.photocolumn {
	 	background: gray; 
	 	width: 110px;
		text-align: center;
	}
	
	.photocolumn a, .photocolumn a:link, .photocolumn a:hover, .photocolumn a:visited {
		color: white;
	}
	
			