/* Basic page elements. */
body { 
	font-family: helvetica;
}
h1 { 
	margin-top: 6mm;
	font-family: helvetica;
	font-size: 14pt;
	font-weight: bold;
}
img { 
	border: none;
}

/* Styles for navigation pages. */
p.item-title { 
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
p.item-description { 
	font-family: helvetica;
	text-style: italic;
	font-size: 12px;
	margin: 0;
}
table.items a {	
	text-decoration: none;
}
table.items { 
	width: 80%;
	margin: auto;
}
table.items img { 
	border: none;
	margin-left: 1mm;
	margin-right: 1mm;
	margin-bottom: 5mm;
}
table.items td { 
	text-align: center;
}
table.items tr { 
	height: 250px;
	vertical-align: top;
}

/* Navigation bar links. */
div.topnavlinks {
	font-family: helvetica;
	font-size: 10pt; 
	margin-bottom: 4mm;
}
div.bottomnavlinks {
	font-family: helvetica;
	margin: 2mm;
	font-size: 10pt; 
}
