h1, h2, h3, h4
 {
	color: #660000;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: large;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}
h2 {	font-size: medium;
}
h3 {	font-size: small;
}
p{
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: smaller;
	line-height: 2em;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	margin:5px;
}
/* Begin Images */
img { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; border: 0px }
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

.ht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.25em;
	font-size: small;
	
}



.learnmore, .learnmore a, .learnmore a:visited  {
	color: #660000;
	font-style: italic;
	font-size: small;
	font-weight: bold;

}


ul {
	list-style-type: disc;
}
ul, li {
	margin-left:3px;
	padding-left:3px;
	line-height:1.5em;
}










