body {
	margin: 0px;
	background-color: #fff;
}
.bold, a.bold {	font-weight: bold; }
.hm, .client {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
}
a.client:link { color: #006; text-decoration: underline }
a.client:visited { color: #336; text-decoration: underline }
a.client:hover { color: #006; text-decoration: none }
a:link { color: #666; text-decoration: none }
a:visited { color: #666; text-decoration: none }
a:hover { color: #666; text-decoration: underline }
.hmsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
}
.hmbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666;
	font-weight: bold;
}
.hmmedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
.hmunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}
.hmlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.hmcaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
}
.hmsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663366;
}
.hmtopunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}
.showcase_bg {
	background-image: url(/images/showcase_bg.gif);
	background-repeat: repeat-x;
}


#copy_outer {
	position:absolute;
	width:417px;
	height:357px;
	z-index:1;
	visibility: visible;
	overflow: auto;
}
#copy_inner {
	padding: 15px 10px 5px 10px;
}