body {
	font-family: sans-serif;
	font-size: 16px;
	color: Black;
	background-image: url(images/leaves.gif);
}

a:link {
	color: #483D8B;
	font-size: 14px;
	font-weight: bold;
}

a:visited {
	color: #5C8A5C;
	font-weight: bold;
	font-size: 14px;
}

a:hover {
	color: #B22222;
	font-size: 14px;
	font-weight: bold;
}
a:mailto {
	color: #145214;
	font-size: 14px;
}
div {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

h1 {
	color: #23348D;
	font-family: Informal;
	font-size: 30px;
	font-weight: bold;
	padding-top: 25px;
	text-shadow: none;
	margin-left: 10px;
}

h2 {
	color: #B22222;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	margin-left: 10px;
}

h3 {
	color: Navy;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}

p {
	margin: 10px;
}
p.em {
	color: #5C8A5C;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
}

p.caption {
	font-family: "Arial Rounded MT Bold";
	font-size: 16px;
	font-stretch: normal;
	color: #00008B;
	text-align: center;
	margin-left: 0px;
}
span.em {
	font-family: "Arial Rounded MT Bold";
	font-size: 16px;
	font-stretch: wider;
	color: #00008B;
	display: inline;
}

em {
	font-family: sans-serif;
	font-size: 12px;
	font-style: italic;
}


form {
	padding: 2px 2px 2px 2px;
}

ol {
	letter-spacing: normal;
	line-height: 2px;
	text-align: left;
	text-decoration: none;
	text-indent: 3px;
	font-family: sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

ol.loweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
}
ul.square {
	list-style-type: square;
}

ul.goldball {
	list-style-image: url(images/goldsphere12x13.jpg);
}

}

ul.second {
	list-style-type: inherit;
	list-style-position: inside;
}

table {
	border: 0px;
	font-family: sans-serif;
	font-size: 16px;
	color: Navy;
	background-color: #FFFFF0;
}

tr.border {
	border-bottom-color: #D2B48C;
	border-bottom-style: ridge;
	border-bottom-width: thin;
}

td {
	
}

td.pad {
	padding-bottom: 5px;
	padding-top: 5px;
}

td.sky {
	background-color: #99CDFF;
	color: Black;
	padding-top: 25px;
}


td.ltgrn {
	background-color: #99CC99;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

