body {
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(/images/bullet.jpg);
	padding: 10px;
	margin: auto auto auto 50px;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
.Background {
	background-attachment: scroll;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1400px;
	width: 1000px;
	border: 0px none;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #009933;
	text-decoration: none;
	cursor: hand;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
.mailto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #009933;
	text-decoration: none;
	cursor: hand;
}
.smalllink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF6600;
	cursor: pointer;
}

