header {
  background-image: url('/images/banner1.jpg');
  background-repeat: repeat;
  background-position: center top;
  height: 171px;
  margin:0;
  padding:0;
}
small {
	font-size:.7em;
}
fieldset {
	border: 1px solid #aaa;
	padding: 10px;       
	border-radius: 4px;
	background-color: #fafafa;
	margin: 0 0 1.5em 0;
}	
legend {
	font-weight:bold;
	width: auto;
	margin-top: -1em; 
	border: 1px solid #aaa;
	border-radius: 4px; 
	padding: 5px 10px; 
	background-color: #ffffff;
}
label {
	font-style: italic;
}
input, textarea, select {
	font-family: courier;
}
caption {
	caption-side: top;
}
.active {
  border-bottom: .25rem solid #808080;
}
.currency {
  text-align: right;
}
.h1brown {
	color: brown;
}
.linedwg {
  background-image: url('/images/shields400.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height:100%;
}
.sig {
	font-family:Comic Sans MS, cursive, sans-serif;
	font-size:1.1em;
}	
.thumb {
	border: 1px solid black;
	box-shadow: 10px 10px 5px #888888;
}
.bg-super {
	background-color: #fa8b8b; 
}
.bg-admin {
	background-color: #c3efc5; 
}
