/* formatting for figlatines.html */


/* formatting for the top part of the table on the left */
#exhibit_top_row {
	border-width:1;
	border-style: solid;
	border-color: #000000;
	background-color: #e6e6e6;
	vertical-align: top;
	border-style: solid;
	padding:10px;
}

#txt {	color:#000000;
		font-family: arial,helvetica;
		font-size: 11pt;
		font-weight: normal;
		text-align: justify;

}

/* text formatting for the "Don't Forget to Flush" (back to top) link near bottom of the page */
#dontforget {
	color: #000099;
	text-align: center;
	font-family: arial,helvetica;
	font-size: 14pt;
	font-weight: bold;
	line-height: 40px;
	background-color: #ffffff;
	border-width: 2;
	border-color: #ffff00;
	border-style: solid;
	text-decoration: none;
	padding: 3px;
	
}

/* text formatting for the copywrite on the bottom of the page */
.copywrite {
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	font-family: ariel,helvetica;
	font-size: 10px;
	font-weight: normal;
}
