.plain {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
}
.orangeplain {
	color: #FF6600;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 13px;
}
a:link {
	text-decoration: none;
	color: #FF6600;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
.italics {
	font-style: italic;
}
.orangebold {
	color: #FF6600;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

/* home page */
div#home_screenprint {
	background-color: #FFFFFF;
	left: 440px;
	overflow: hidden;
	padding: 19px;
	position: absolute;
	top: 220px;
	width: 392px;
}
div#home_screenprint img.right {
	float: right;
}
div#home_screenprint p {
	margin: 0;
	padding: 19px 0 0 0;
}
