body
{
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 75%;
	margin: 12px;
	padding: 0px;
	/* background-image: url(images/lines.gif); */
}

h3 {
	font-size:1.2em;
	color: #990000;
	font-family: "Courier New", Courier, mono;
	text-align: left;
}

h4 /*used for printtitle */
{
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #333;
}
p 
	{color:#333;
	font-family:Verdana, sans-serif;
	font-size:.9em;
	font-style: italic;
	}


p.tail
{
	font-family: Verdana, sans-serif;
	font-size: .9em;
	text-indent: 2em;
	font-style: italic;
	font-weight: normal;
}

a:link
{
	border-bottom: thin gray solid;
	text-decoration: none;
	background-color: #E3E0D9;
	font-style: italic;
}

a:visited
{
	border-bottom: thin blue solid;
	text-decoration: none;
	background-color: #E3E0D9;
	color: darkslateblue;
	font-style: italic;
}

a:hover { text-decoration: none; }

a:active
{
	background-color: #E3E0D9;
	text-decoration: none;
	color: #333333;
}

img
{
	margin: 0 6px;
	border: 3px #666 solid;
}

.footer
{
	font-weight: bold;
	text-align: center;
	font-style: italic;
	color: #333333;
	text-decoration: none;
	font-size: x-small;
}

.tail
{
	font-size: small;
	vertical-align: bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 12px;
}

#printtitle { display: none; }
#printnotice { display: none; }
