﻿html, body, div, span, applet, object, iframe, img, h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0px;
  font-size: 100%;
}
ul {
	margin-left: 20px;
	margin-right: 20px;
	list-style-type: square;
}
h1 { /* black */
	font-weight: bold;
	font-size:1.2em;
	margin-bottom:5px;
	color: #333333;
	background-color: transparent;
}
h2 {  /* green */
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom:3px;	
	color: #404824;
	background-color: transparent;	
}
h3 {  /* red */
	font-size: 1.2em;
	font-weight: bold;	
	margin-bottom:3px;		
	color: #CC0000;
	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 {
	font-size: 1.05em;	
	font-weight:bold;
	color: #E26604;
	background-color: transparent;	
}
img {
	border:0px;
	margin:0px;
}
.imgleft {
  float: left;
	margin-right: 15px;
}
.imgright {
  float: right;
	margin-left: 15px;
}
.qtimgleft {  /* quotation mark images */
  float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}

.qtimgright {  
  float: right;
	margin-left: 2px;
	margin-top: -15px;	
}
.clearboth {
	clear: both;
}
.normal {
	font-size: 1em;
	font-style: normal;
	color:#000000;
	background-color: transparent;
}
.quotes_sm {
	font-size: .90em;
	font-style:italic;
	color:#333333;
	background-color: transparent;
}

.quotes_lg {
	font-size:1.1em;
	font-style:italic;
	color:#333333;
	background-color: transparent;
}
.leftalign {
	text-align:left;
	font-size: 12px;
}
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;
}
.alternate_row_style {
	background-color: #F4E9C6;
}
.table_hdr {
	color: #FFFFFF;
	background-color: #6E3B86;
	padding: 4px;
}
/* temporary notice of discontinued workshops over winter */
.notice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #BB1919;
	padding-top:15px;
	padding-bottom:15px;
	line-height:normal;
}
