/* Print Stylesheet */

/* Typeface */

body, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}

#page {
	margin: 0cm;
}

/* Headings */

h1 {
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}

/* Hidden */
#nav, #fuji, #montage, #photobar, #searchbox, #footer {
	display: none;
}

/* Photos */

.photoright {
	float: right;
	margin: 0cm 0cm 0.5cm 0.5cm;
}

.photoleft {
	float: left;
	margin: 0cm 0.5cm 0.5cm 0cm;
}

.photoleft, .photoright {
	padding: 0.5cm;
	border: 1px solid #cccccc;
}

.photoright p, .photoleft p {
	font-size: 7pt;
	margin-bottom: 0cm;
	text-align: center;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #ffffff;
}

