@charset "iso-8859-1";
		
/* bargraph formatting */
table.bargraph {
		margin: 2em auto 1em auto;
		border-collapse: collapse;
		empty-cells: show;}
table.bargraph thead, table.bargraph tbody {
		background-color: #98D8C7; /* was #C2DFFF*/
		border: 2px outset #74A59B;}  /* was #000088*/
table.bargraph thead{
		border-bottom: 0px outset #74A59B;}
table.bargraph thead tr th{text-align: center;
		font-size: 110%;
		padding: 1ex;}
table.bargraph tbody{
		border-top: 0px outset #74A59B;}
table.bargraph tbody tr td{
		padding: 0.2ex 2.5ex 0.3ex 1ex;}
table.bargraph tfoot tr th {text-align: right;
		font-weight: bold;
		font-size: 90%;
		padding: 1ex;}


		
/* formatting for comments section of shoeknots poll results */
p.comment:first-line {font-size: 85%;}
p.comment {text-indent: -2em;
		padding-left: 2em;}
p.commentnote {text-indent:0em;
		font-size: 85%;}
span.maxchar {font-size: 85%;}


/* main text formatting */
p.startText {margin-top: 2.5em;}