body  {		background-color: #505050;
		text-align: center;
		font-family: Arial, Helvetica, Bodoni, sans-serif;
		font-size: 10pt;
		line-height: 1.2em;
		margin: 10px}

.large {	font-size: 11pt}
.small {	font-size: 8pt;
		color: #555}
.crass {	font-size: 20pt;
		line-height: 2.5em;
		text-align: center;
		color: #55F}

div.mid	{	text-align: center;
		font-weight: normal;
		margin-bottom: 1.0em}

p     {		margin: 5px 8px 0 8px;			/* Top Right Bottom Left */
		text-align: left;
		color: black}
p.end	{	margin-bottom: 5px}
p.intro {	margin-top: 15px}
p.mid {		text-align: center}
a:link {	color: blue;
		text-decoration: none }

a:hover {	color: red;
		text-decoration: none }
a:active {	text-decoration: none }
a:visited {	text-decoration: none }

table	{	margin: 0px;
		padding: 0px;
		border: 0px;
		empty-cells: show; 			/* What for? */
 		background-color: #DEF}
table.main {	top: 0;
		left: 0;
		width: 760px;
		height: 580px;
		text-align: center}
table.zip {	background: #506060}

img	{	border: black 0px}
img.logo {	width: 147px;
		height: 131px;
		margin-bottom: 10px}
img.insleft {	margin-left: 8px}
img.icon {	margin: -0.8em 0 -0.4em 0}
img.full {	width: 800px;
		height: 600px}

td.col4	{	width: 20%;
		background-color: #E0E0A0}
td.col2	{	width: 40%;
		background-color: #E0D0E0}
td.left {	background-color: #F0D0E0;
		width: 21%;
		height: 100%}
ul	{	text-align: left}

h1    {		font-size: 14pt;
		padding: 0.4em 0.2em 0.4em 0.2em;		/* Padding includes background color	*/
		margin: 0.4em 0 0.4em 0;			/* Margin excludes background color	*/
		background-color: #C0B0C0}			/* Top Right Bottom Left */
h2	{	margin: 8px}
h2.back {	position: relative;
		top: 0px;
		left: 25px;
		font: bold italic 36pt times, serif;
		color: #BA6}
h2.fore {	position: relative;
		top: -35px;
		font: bold 18pt Arial, sans-serif;
		color: #633;
		margin-left: 40px;
		margin-bottom: -40px}
h3    {		color: brown;
		margin: 0.1em 0 0.2em 0;			/* Top Right Bottom Left */
		font-size: 12pt;
		font-family: Arial, Helvetica, sans-serif;}
h4    {		margin: 0.2em 0 0.2em 0;			/* Top Right Bottom Left */
		font-variant: small-caps}
h4.footer {	color: gray;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 7pt}


