* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Georgia, Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 100%;
}

a {
	color: #006400;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #003300;
	text-decoration: underline;
}
td {
	font-family: "Lucida Grande", Georgia, Arial, sans-serif
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 115%;
}
h4, h5 h6 {
	font-size: 110%;
}
.teeny {
	font-size: x-small;
}
#sidetitle {
	width: 50px;
	float: left;
	position: absolute;
	text-align: center;
}
#lefttitled {
	width: 650px;
}
#mainbody {
	margin-left: 60px;
	margin-top: 6px;
	width: auto;
}
#d2header {
	text-align: center;
	padding-bottom: 6px;
}
#d2body {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 8px;
	padding-bottom: 4px;
}
#d2footer {
	margin-top: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 6px;
}
