html, body, div, span, applet, object, iframe, img, h1, h2, h3, h4, h5, h6, p, dt, dd {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0px;
  font-size: 100%;
}
ul {
	margin-left: 5px;
	padding-left: 10px;
	list-style-type: square;
}
h1 { /* orange */
	font-size: 1.8em;
	font-weight: bold;	
	color: #E26604;
	background-color: transparent;
	text-align:center;
	padding-bottom:10px;
}
h2 {  /* green */
	font-size: 1.3em;
	font-weight: bold;
	color: #436f26;
	background-color: transparent;	
}
h3 {  /* orange */
	font-size: 1.2em;
	font-weight: bold;	
	color: #E26604;
	background-color: transparent;  
}
h4 {  /* green */
	font-size: 1.2em;
	font-weight: bold;
	color: #436f26;
	background-color: transparent;	
}
h5 {  /* orange */
	font-size: 1.8em;
	font-weight: bold;	
	color: #E26604;
	text-align: center;
	background-color: transparent;	
}
h6 {   /* green */
	font-size: 1.0em;	
	font-weight:bold;
	color: #436f26;
	background-color: transparent;	
}
.playbarn h1 {
	font-size: 1.5em;
	color: #E26604;
	background-color: transparent;
	text-align:center;
	margin-bottom:15px;	
}
.playbarn h2 {
	font-size: 1.5em;
	color: #006600;
	background-color: transparent;
	text-align:center;
	margin-bottom:15px;	
}
.large_txt {
	font-size: 1.25em;
}
p {
	line-height:1.2em;
}
dt {  /* green */
	font-size: 1.2em;
	font-weight: bold;	
	color: #006600;
	margin-bottom: 5px;
	background-color: transparent;  
}
dd {
	font-size: 1em;
	margin-bottom: 25px;
}
img {
	border:0px;
	margin:0px;
}
.imgleft {
  float: left;
	margin-right: 15px;
}
.imgright {
  float: right;
	margin-left: 15px;
}
.clearboth {
	clear: both;
}
.dotted_border_bottom {
	padding-bottom:12px;
  border-bottom: #006600 medium dotted;
}
h6 {   /* green */
	font-size: 1.0em;	
	font-weight:bold;
	color: #436f26;
	background-color: transparent;	
}

a:link {
	color: #0000CC;
	text-decoration:none;
}
a:visited {
	color: #0000CC;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
a:active {
	text-decoration: underline;
}