h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	color: #AF127C;
}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:link img, a:visited img, a:hover img, a:active img {
	border: none;
}
a:link {
	color: #455F02;
}
a:visited {
	color: #6F823C;
}
a:hover {
	color: #AF127C;
	text-decoration:none;
	background: #F7D8ED; /* pale pink: this is a blend between #FFF and #EFB1DA */
}
a:active {
	color: #455F02;
}
.sml {
	font-size: 0.813em;
}
.big {
	font-size: 1em;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.accentcolor {
	color:#AF127C;
}
/* The following may be used to float an element (e.g. image) with a small margin on the side opposite the float. The floated element must precede the element it should be next to on the page. */
.floatright { /* Float an element right */
	float: right;
	margin: .5em 0 .5em .5em; /*assuming browser default font size is 16px, the margin is about 8px */
}
.floatleft { /* Float an element left */
	float: left;
	margin: .5em .5em .5em 0; /*assuming browser default font size is 16px, the margin is about 8px */
}
.floatnone { /* Do not float an element - put on an element after a float left */
	float:none;
	margin: 1em 0 .5em 0; /*assuming browser default font size is 16px, the margin is about 8px */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.quotecenter {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size: 1.125em;
	padding: 0 2em 0 2em;
	text-align:center;
}
.quoteleft {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size: 1.125em;
	padding: 0 2em 0 2em;
	text-align:left;
}
.quoteright {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size: 1.125em;
	padding: 0 2em 0 2em;
	text-align:right;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
}
.tableaccented {
	width: auto;
	margin: 0 auto 0 auto;
	border-collapse: collapse;
	border: #AF127C 2px solid;
	padding: 0;
}
.tableaccented  th{
	background: #E5F7B7;
	color: #455F02;
	font-weight: bold;
	text-align: center;
	padding: .25em .5em .25em .5em;
	border-bottom: #AF127C 2px solid;
}
.tableaccented  td {
	padding: .25em .5em .25em .5em;
	vertical-align:top;
}
.tableaccented  img {
	padding: .25em .25em .25em .25em;
	vertical-align:top;
}

a:link img, a:visited img, a:hover img, a:active img { 
	border: thin dotted #BFC8A8;
}
a:hover img { 
	border: thin dotted #AF127C;
	background: #FFF;
}

td.valigncenter {
	vertical-align:middle;
}
ul {
	padding: 0 0 0 0;
	margin: 0 0 0 1.5em;
}
.flftul { /* Use this next to a long list so that the bullets don't overlap the image */
	float:left;
	margin: .5em 2em .5em 0;
}
