@charset "utf-8";
/* CSS Document */

body {
	background:#fff;
	margin: 0px;
	padding: 0px;
 	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
 	font-size: 12pt;
	color: #2f4f4f;
	line-height: 135%;
	margin-left: 15px;
}

.copy{
 font-size: 8pt;
 color: #6b8e23;
}

a.copylnk {
 	color: #6b8e23;
 	font-size: 8pt;
	text-decoration: none;
}

a.copylnk:hover {
	color: #ff6600;
	text-decoration: underline;
}

.dotbott {
	padding-top: 13px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 5px;
	border-style: none none dashed none;
	border-color: green;
	border-width: 1px;
}

.features {
	position:absolute;
	left:142px;
	top:592px;
	width:610px;
	height:225px;
	z-index:1;
	margin-top: 0px;
	padding-top: 0px;
	overflow: inherit;
	padding-left: 0px;
}

.featTease{
	color: #333333;
	font-size: 11px;
}

.featCell{
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #403B37;
}

.featStory {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	margin-top: 5px;
}

.featPic {
	margin-right: 7px;
}