.text {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #666633;
	line-height: 1.4em;

}
.list {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	line-height: 1.6em;
	list-style-position: inside;
	list-style-image: url(../images/arrow.jpg);
}
.copy {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #FFFFFF;
}
.td {
	border: 1pt solid #CCCCCC;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	line-height: 1.4em;
	color: #666633;
	padding: 5px;
}
a:link {
	color: #669933;
	text-decoration: none;
}
a:visited {
	color: #669933;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}
a:active {
	color: #ff9900;
	text-decoration: none;
}
.hr {
	border-top-width: thick;
	border-top-style: dotted;
	width: 100%;
	color: #FF9900;
}
.box {
	margin: 5px;
	height: auto;
	width: 95%;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	line-height: 1.5em;
	color: #ffffcc;
	text-align: left;
	border: thin dashed #ff9900;
}
