.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #ee3124
}
.italic { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; text-decoration: none ; font-weight: normal; font-style: italic}
.boldCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
.cap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}
.cap2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	font-weight: normal;
	color: #999999;
}
a:hover {
	text-decoration: none;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: 006699;
	text-decoration: none;
}
