.boldgreycopy {
	color: #3f3f3f;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	line-height: 20px;
}
.bolditalicgreycopy {
	color: #3f3f3f;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold; 
	line-height: 16px;
}
.whitecopy {
	color: #ffffff;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.greycopy {
	color: #3f3f3f;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
}
.greycopy2 {
	color: #3f3f3f;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
}
.greycopy3 {
	color: #3f3f3f;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
}
.greycopy4 {
	color: #3f3f3f;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 26px;
}
.boldbluecopy {
	color: #1e90ff;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	line-height: 20px;
}
.bulletcopy {
	color: #3f3f3f;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
}
.linkblue {
	color: #1e90ff;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.linkblue2 {
	color: #1e90ff;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
}
a:link {
	color: #3f3f3f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3f3f3f;
}
a:hover {
	text-decoration: underline;
	color: #1e90ff;
}
a:active {
	text-decoration: none;
}


