body {
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt; /* for comppliant browsers */
	line-height: 14pt;
	margin: 0;
	padding: 0;
	}
	
#header, #sidebar {
	display: none;
	}

#prtheader {
	display: block;
	border-bottom: 1px dashed black;
	padding-bottom: 10px;
	}

#prtheader table tr td {
	vertical-align: middle;
	padding-left: 20px;
	}

.imgboxr {
	margin: 5px 0 0 8px;
	float: right;
	border: 1px black solid; /* for photos in the contents */
	}
	
.imgboxl {
	margin: 5px 8px 0 0;
	float: left;
	border: 1px black solid; /* for photos in the contents */
	}	

.imgboxrNoFrame {
	margin: 5px 0 0 8px;
	float: right;
	border: 0;
	}	

#maintext {
	margin: 0.5in;
	}

#maintext table {
	font-size: 1em;
	line-height: 1.25em;
	}

#maintext a {
	color: #09347b;
	}

#footer {
	float: left;
	width: 750px;
	margin: 5px 0 0 0;
	font-size: 0.7em;
	text-align: center;
	}

h1 {
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;
	}

h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	}
	
h3 {
	font-size: 1em;
	font-weight: bold;
	}
				
.back2list {
	display: none;
	}
