body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #003333;
	background-color: #eeeee0;
	margin: 8px;
}
p {
	margin: 0px;
	padding: 0px;
}
.boldtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 133%;
	font-weight: bold;
	color: #660000;
	margin-left: 6px;
}
.intro {
	font-size: 110%;
	width: 90%;
	line-height: 1.2em;
	margin-left: 2em;
}
.intro p{
	margin-top: .2em;
}
.floatleft {
	float: left;
	margin-right: 8px;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
a:visited {
	color: #CC9900;
}
.imgtitle {
	font-size: 166%;
	padding-bottom: 0.2em;
	font-weight: bold;
	line-height: 1em;
}
.subtitle {
	font-size: 120%;
	font-weight: bold;
	margin-left: 1em;
	margin-top: .3em;
}
.introindent {
	font-size: 110%;
	width: 90%;
	line-height: 1.2em;
	margin-left: 2em;
	margin-top: 0.2em;
}
ul {
	margin: .2em 0px 0px 2em;
	padding: 0px;
}
.floatrt {
	float: right;
	margin-left: 10px;
}
#wrap {
	width: 640px;
}

