body {
	margin: 18px;
}
table {
}
table.yellow {
	color: #FFFFCC;
}
td {
}
form {
}
p {
}
p.blue {
	color: #0000FF;
}
p.small {
	font-size: 10pt;
}
div {
}
ul {
}
li {
}
h1 {
	text-align: center;
	color: #008000;
}
h1.h1small {
	text-align: center;
	color: #008000;
	font-size: 14pt;
}
h2 {
}
h3 {
	color: #CC0000;
	font-style: italic;
}
h4 {
}
a {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: aqua;
	text-decoration: none;
}
a:active {
	color: blue;
	text-decoration: none;
}
