div
{
	overflow: auto;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: solid;
}

p.tight
{
	
}

img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: inline;
}


body
{
	background-color: white;
}

form label 
{
	display: inline-block;
	width: 450px;
	font-weight: bold;
}

body 
{
	font-family: Helvetica;
	font-variant: normal;
	font-size: 11pt;
}

table.archives 
{
	width: 960px;
	border-width: 2px;
	border-style: solid;
	border-color: saddlebrown;
	background-color: white;
	border-collapse: collapse;
}

table.archives th 
{
	background-color: tomato;
	color: white;
	border-width: 2px;
	padding: 3px;
	border-style: solid;
	border-color: saddlebrown;
}

table.archives td 
{
	text-align: center;	
	border-width: 2px;
	border-bottom-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: saddlebrown;
	background-color: white;
	
}

span.note
{
	font-size: small;
	font-style: italic;
	color: gray;
}

div.maintext
{
	text-align: left;
	margin: 0px;
}

div.main
{
	width: 980px;
	text-align: center;
	background-color: white;
	border: dashed;
	border-width: 0px;
}

div.links
{
	width: 980px; 
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 10px;
}

div.currentinfo
{

}

div.pagebody
{
	width: 1000px;
	font-size: 12pt;
	margin-bottom: 20px;
	overflow: hidden;
}

div.pageimage
{
	width: 1000px;
	margin-bottom: 20px;
	overflow: auto;
}


div.purchaseform
{
	text-align: left;
	width: 550px;
	float: left;
	overflow: hidden;
}

div.buy
{
	font-family: "Arial Black";
	font-weight: bold;
	margin-right: 5px;
	font-size: 20px;
	background-image: url(buythepages.png);
	width: 88px;
	height: 72px;
	float: right;
	text-align: center;
	color: white;
	background-repeat: no-repeat;
	background-position: top;
}

div.lastten
{
	width: 980px;
	height: 150px;
}

img.left
{
	float: left;
}

div.tos
{
	padding: 20px;
	margin: 20px;
	border: solid;
	border-color: black;
	border-width: 3px;
	background-color: lightgrey; 
	width: 600px; 
	float: center;
	text-align: left;
	font-size: 11pt;

}

div.navigate
{
	width: 980px; 
	overflow: hidden;
}

table.faq
{
	margin-top: 10px;
}

table.faq td
{
	vertical-align: top;
}

table.faq p
{
	margin-top: 0px;
}

table.faq tr
{
	vertical-align: top;
}

td.answer
{
	color: blue;
}

td.question
{
	color: red;
}