/* Nested Box with Header and Footer - Flexible */ 
/* Created by: Keith Post - Post Studio Website Design */
/* Ingram & Co., Inc. */ 
/* type: element selectors */
body {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	}
img {
	border: 0px none;
	}
h1 {
	font-size: 12pt;
	}
h2 {
	font-size: 11pt;
	}
h3 {
	font-size: 11pt;
	} 
li {
	font-size: 11pt;
	}
ul {
	padding-right: 20px;
	list-style: disc;
	margin-top: 0px;
	}
form {
	visibility: hidden;
	input: hidden;
	}
/* type: id = "selector-elements" */
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#logo-bg {
	visibility: hidden;
	input: hidden;
	}
#hidden {
	visibility: hidden;
	input: hidden;	
	}
#bar {
	text-align: right;
	position: absolute;
	top: 85px;
	font-size: 11pt;
	right: 0;
	}
#l-col {
	visibility: hidden;
	input: hidden;
	}
#cont {
	text-align: left;
	position: absolute;
	top: 130px;
	}
#cont p {
	font-size: 11pt;
	}
#ftr {
	visibility: hidden;
	input: hidden;
	}
#a-table {
	visibility: hidden;
	input: hidden;
	}
#blk {
	visibility: hidden;
	input: hidden;
	}
#img-top {
	visibility: hidden;
	input: hidden;
	}
#cont-info {
	text-align: left;
	position: absolute;
	top: -20px;
	padding-bottom 0px;
	}
	
/* class elements */
.tiny {
	font-size: 9pt;
	margin-top: 2em;
 }
.tiny2 {
	font-size: 9pt;
 }
#cont-base {
	text-align: left;
	position: absolute;
	top: 260px;
 }
