
  body { font: 0.9em Arial, Helvetica, sans-serif;
	color: black;
	margin: 5%;
}
  
  h1 { margin-left: -1%;  font-size: 200%; }
  h2 { font-size: 150%;
	text-align: center;
}
  h3,h4,h5,h6 { font-size: 100%;
	text-align: center;
}
  
  pre {font-family: monospace; }
  
  div.box { border: solid; border-width: thin; width: 100%; }
  div.borderbox { border: solid; border-width: thin; width: 100%;
  		margin-top: 0.5em; margin-left: 0.5em;
  		margin-right: 0.5em; margin-bottom: 0.5em; padding: 0.5em; }

img.toplogo {
	text-align: left;
	padding-right: 3em;
	float: left;
}

div.storename {
	color: black;
	border-width: 1px;
	margin-top: .5em;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	padding-left: 1em;
	text-align: left;
}


div.state {
	margin: 1.5em;
	font-weight: 700;
	font-style: italic;
	border: double purple 3px;
	padding: 1em;
	color: black;
	text-align: left;
}

div.storeadd {
	font: small-caps 1em Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 2em;
}
  div.color { background: rgb(204,204,255); padding: 0.5em; border: none; }
  div.colorcenter { text-align: center; background: rgb(204,204,255);
  					padding: 0.5em; border: none; font-size: 75%; }
  div.footer { font-size: 80%; text-align: center; }
  div.noindent { margin-top: 1em; margin-bottom: 0.5em; }
  div.caption { font-size: 80%; text-align: center; border: solid;
				 border-width: thin; margin: 1em;
	padding: 1em;
	font-weight: bold;
	float: right;
}
  
  .smalltext { font-size: 75%; }
  .logintext {  text-indent: 2em; font-size: 80%; text-align: right; color : blue; }
  .error { font-size: 120%; color: red; }
  
  a.linktext       { text-decoration: none; color : blue }
  a.linktext:hover { text-decoration: underline; color : #FF7F00; }
  
  p { text-indent: 2em; margin-top: 1em; margin-bottom: 0.5em;
	text-align: justify;
	font-size: 90%;
}
  
  table.report {
      font-family: sans-serif;
      font-size: 80%;
      /* background: white; 
      border-width: 2;
      border-color: white; */
      }
    
th.amber { font-family: sans-serif; font-size: 90%; background: rgb(204, 204, 153) }
td.amber { font-family: sans-serif; font-size: 75%; background: rgb(255, 255, 153) }