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: 10px;
	list-style-type: square;
}
h1 {  /* purple */
	font-size: 1.5em;
	color: #6C006C;
	background-color: transparent;
}

h2 {
	color:#333333;
	font-size:14px;
	line-height:normal;
	margin-bottom:5px;
}
h3 {  /* purple */
	font-size: 1.3em;
	font-weight: bold;
	color: #6C006C;
	background-color: transparent;  
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
	display:inline;
}
h5 {  /* black */
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	background-color: transparent;	
}
h6 {
	font-size: 1.1em;
	color: #ffffff;
	background-color: transparent;	
}
.pink {
	font-size:1.2em;
	font-weight:bold;
	line-height:25px;
	color:#fff;
	background-color:#FF66CC;
}
.green {
	font-size:1.2em;
	font-weight:bold;
	line-height:25px;
	color:#fff;	
	background-color: #006600;
}
.burgundy {
	font-size:1.2em;
	font-weight:bold;
	line-height:25px;
	color:#fff;	
	background-color: #990033;
}
.blue {
	font-size:1.2em;
	font-weight:bold;
	line-height:25px;
	color:#fff;	
	background-color:#0000FF;
}
.purple {
	font-size:1.2em;
	font-weight:bold;
	line-height:25px;
	color:#fff;	
	background-color: #9900CC;
}
.black {
	font-size:1.2em;
	font-weight:bold;
	line-height:25px;
	color:#fff;	
	background-color: #333333;
}

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;
}
.topic_hdrs {
	color:#333333;
	background-color:#F5E19A;
	width:200px;
	padding: 3px;
	border: thin solid #999999;
}
.quote {
	clear:both;
	padding-top:35px;
	padding-left:5px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
}
.alternate_row_style {
	background-color: #F4E9C6;
}
.table_hdr {
	color: #FFFFFF;
	background-color: #6E3B86;
	padding: 4px;
}
.table_hdr2 {
	color: #333333;
	background-color: #E1CAE7;
	padding: 4px;
}
.notes {
	color: #333333;
	background-color: transparent;
	font-style:italic;
	font-size:0.9em;
}

.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;
}