.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.copyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.copyBoldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #99002B;
}
.copyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
}
.copyWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.grey {
	color: #666666;
}
.white {
	color: #CCCCCC;
}
.pdf-link {
	display: block;
	background: url(../images/icon_pdf.gif) no-repeat center left;
	font-weight: bold;
	padding: 0 0 0 30px;
	line-height: 20px;
	color: #99002B;
}
.copymessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:solid 1px #999;
	background-color:#CCC;
	color: #99002B;
	padding:5px;
	width:278px;
	margin-bottom:10px;
}

