body {
	margin: 0;
	background-color: #e0fffe;
	background-image: url(/images/gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
}
td, input, select, textarea, div {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}
a {
	color: #009999;
	text-decoration: underline;
}
a:hover {
	color: #00cccc;
	text-decoration: none;
}
.nav {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #666666;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #009999;
}
.small {
	font-size: 11px;
	color: #336666;
	text-decoration: none;
}
ul {
	margin-left: 0;
	padding-left: 20px;
}
ul li {
	padding-bottom: 8px;
}
