h1
{
	font-family: Sans-serif;
	font-size: 300%;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 3pt;
}

h2
{
	line-height: 120%;
	font-family: Sans-serif;
	font-weight: normal;
}

h3
{
	font-family: Sans-serif;
	font-size: large;
}

body
{
	font-family: Sans-serif;
	line-height: normal;
	font-style: normal;
}

p { font-family: Sans-serif; }

p.bold
{
	font-weight: bold;
	font-size: medium;
}

p.italic
{
	font-family: Sans-serif;
	font-style: italic;
}

p.it_bold
{
	font-family: Sans-serif;
	font-style: italic;
	font-weight: bold;
}

p.foot
{
	font-family: Sans-serif;
	font-size: x-small;
}

p.ornate
{
	font-family: Comic Sans MS,Sans-serif;
	font-size: 11pt;
}

p.centre { text-align: center; }

p.credit
{
	font-family: Sans-serif;
	font-size: small;
	font-style: italic;
}

ul.no_bullet
{
	list-style-type: none;
	margin-left: 5mm;
}

frameset.one { border: 0pt; }

frame.one
{
	border: 0pt;
	background-color: white;
}

html,body { border: 0pt; }

div.one
{
	width: 100px;
	float: left;
	margin: 1mm;
	text-align: center;
}

div.two
{
	margin: 1mm 0mm 1mm 5mm;
	min-width: 10mm;
	padding: 1mm;
	visibility: visible;
	width: auto;
	left: 120px;
	position: absolute;
}

#container { width: 700px; }

/* picture layouts  */
img.scaled { width: 100%; }

div.albumA
{
	/*border: thin aqua solid; */
	margin: 1em;
	padding: 0.5em;
	float: none;
	clear: both;
	height: 220px;
}

div.image_large
{
	width: 600px;
	border: thin teal solid;
	padding: 0.5em;
	margin: 0.5em;
}

div.image_large p { text-align: center; }

div.image_small_left
{
	width: 150pt;
	margin: 0.5em;
	padding: 0.5em;
	border: thin silver solid;
	position: absolute;
	left: 30px;
	line-height: 1.1em;
}

div.image_small_left p
{
	text-align: center;
	margin-top: 3px;
	margin-bottom: 0;
	font-size: smaller;
}

div.image_small_centre
{
	width: 150pt;
	margin: 0.5em;
	padding: 0.5em;
	border: thin silver solid;
	position: absolute;
	left: 300px;
	line-height: 1.1em;
}

div.image_small_centre p
{
	text-align: center;
	margin-top: 3px;
	margin-bottom: 0;
	font-size: smaller;
}

div.image_small_right
{
	width: 150pt;
	margin: 0.5em;
	padding: 0.5em;
	border: thin silver solid;
	position: absolute;
	left: 580px;
	float: none;
}

div.image_small_right p
{
	text-align: center;
	margin-top: 3px;
	margin-bottom: 0;
	font-size: smaller;
}

div.clear { clear: both; }
span.pseudolink { color: blue; }
span.hotdeal
{
	color: teal;
}
span.bold { font-weight: bold; }
h3.italic { font-style: italic; }
