/* Next section places logo absolutely. */
.logo {position: absolute;
		top: 38px;
		left: 8px;}
		
/* Next section sets cell to display banner. */
.banner {background-color:#c4df9b;
		font-family: "georgia";
		color: #005826;
		font-weight: 900;
		text-align: center;
		font-size: 36pt;}	
		
/* Next section sets cell to display addresses. */
.address {background-color:#c4df9b;
		font-family: "times new roman", times,serif;
		color: #005826;
		font-weight: 900;
		text-align: center;
		font-size: 12pt;}	
		

/* Next section sets cell to display heading. */
.heading {background-color:#c4df9b;
		font-family: "georgia";
		color: #005826;
		font-weight: 900;
		text-align: center;
		font-size: 24pt;}

/* Next section sets selected text to red. */		
.red {text-decoration: none;
    background-color:#c4df9b;
		color: red;
		font-family: "times new roman",times,serif;
		font-weight: 900;
		text-align: center;
		font-size: 12pt;}
		
/* Next section sets parameters for information cell. */		
.infocell { width: 530px;
    background-color:#c4df9b;
		padding-top: 10px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 10px;
		font-family: "times new roman",times,serif;
    color: #025D3E;
    font-weight: 900;
    font-style: normal;
		font-size: 12pt;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    line-height: normal;}
		
/* Next section sets navigation table parameters. */
.navtable { display: table;
		visibility: visible;
		width: 165px;
		height: 360px;
		background:#c4df9b;
		background-image: none; }
		
/* Next section sets parameters for web site feedback text. */		
.webcell { width: 530px;
    background-color:#c4df9b;
		padding-top: 10px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 10px;
		font-family: "times new roman",times,serif;
    color: #025D3E;
    font-weight: 900;
    font-style: italic;
		font-size: 9pt;
    text-align: left; }		
		
/* Next section sets parameters for feedback form input data cells. */
.formcell { font-family: "times new roman",times,serif;
		font-size: 12pt;
    color: #025D3E;
    font-weight: 900;
		padding-left: 10px;
    text-align: left; }		
