body {
	text-align: center;
}
h1 {
	font-family: Times New Roman;
	font-size: 18pt;
	color: #004040;
	font-style: italic;
	text-align: center;
}
h2 {
	font-family : "Times New Roman", Times, serif;
	font-size : 14pt;
	color: #004040;
	font-style : italic;
	text-align: center;
}
h3 {
	font-family : "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #004040;
	font-style : italic;
	text-align: center;
}
a {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
p {
}
img {
	border: #FFFFFF;
	margin: 0px;
}
hr {
	width: 75%;
	text-align: center;
	background-color: #369;
	height: 1px;
}
#container {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	position: relative;
}
.menu {
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
	color: blue;
}
.imlink {
	cursor: pointer;
	cursor: hand;
}
