﻿html,body 
{
	height: 100%;
	font-size: 12pt;
	text-align: center;
	margin: 0px;
	background-color:#90ee90;
}

A:link, A:visited, A:active
{
	color: Black;	
}

A:hover 
{
	text-decoration: none;
	color: Black;	
}

A:link.InvLink, A:visited.InvLink, A:active.InvLink, A:hover.InvLink
{
	color: #ffff99;	
}

Span.pagecap, Div.pagecap
{
	font-family: Century Gothic;
	font-size: 48pt;
	color: #add8e6;
	font-weight: bold;
}

Span.bighead, Div.bighead
{
	color: #add8e6;
	font-family: Century Gothic;
	font-size: 48pt;
	font-weight: bold;
}


Span.head1, Div.head1
{
	color: #a9a9a9;
	font-family: Century Gothic;
	font-size: 18pt;
	font-weight: bold;
}

Span.head2, Div.head2
{	
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 10pt;
}

Span.phototitle, Div.phototitle
{	
  color: white;
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 10pt;
}

td.greysquare1
{
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: #999999;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
  cursor:pointer;
}

td.greysquare2
{
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
  cursor:pointer;
}

td.blacksquare
{
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: Black;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
  cursor:pointer;
}

td.blacksquareblank
{
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: Black;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
}

Span.head2cap, Div.head2cap
{
	font-family: Century Gothic;
	font-size: 8pt;
}

Span.head3, Div.head3
{	
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 12pt;
}

Span.head4, Div.head4
{
	font-family: Century Gothic;
	font-size: 8pt;
	font-weight: bold;
}

Span.photodate, Div.photodate
{
  color: White;
	font-family: Century Gothic;
	font-size: 8pt;
	font-weight: bold;
}

Span.plain, Div.plain
{
	font-family: Century Gothic;
	font-size: 10pt;
}

Span.commentline, Div.commentline
{
	width: 300px;
	border-top: solid 1px gainsboro;
}

Span.comment, Div.comment
{
	font-size: 7pt;
	font-family: Century Gothic;
	color: #3f3f3f;
}

Span.error, Div.error
{
	color: Red;
	font-family: Century Gothic;
	font-size: 10pt;
	font-weight: bold;
}

Span.plain.photo, Div.plain.photo
{
	color: #7f7f7f;
	font-family: Century Gothic;
	font-size: 10pt;
}


