.copy {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	line-height: 12pt;
}

.bold_copy {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.link {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.link:hover {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.striphead{
	background:#5F6062;
	padding:4px 0px;
}
.partoftext{
	text-align:right;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:0 10px 0 0;
	font-family:Arial;
}
.partoftext a{
	text-decoration:none;
	color:#FFF;
}
.partoftext a:hover{
	color:#ccc;
}