.heading_pink {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e37c54;
}

.heading_pink_bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e37c54;
}

.heading_gray_DARK {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
}

.heading_gray_LIGHT {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #888888;
}

.heading_pink_BOLD {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e37c54;
}
.heading_gray_DARK_BOLD {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}

.heading_gray_LIGHT_BOLD {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
}

.body-copy {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	background-position: top;
}

.body-copy_BOLD {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #333333;	
}

.body-copy_ITALIC {
	font-family: Helvetica, Verdana, sans-serif;
	font-style: italic;
	font-size: 10px;
	color: #333333;
}

.body_pink {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #e37c54;
}

.body_pink_bold {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #e37c54;
}

.body_gray_DARK {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
}

.body_gray_DARK_bold{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #444444;
}

.body_gray_LIGHT {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #888888;
}

.body_gray_LIGHT_bold{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #888888;
}

.sub-heading_FIRST {
	padding-top:0px;
	padding-bottom:16px;
}

.sub-headings {
	padding-top:16px;
	padding-bottom:16px;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.Bold_Italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
a:link, a:visited {
	font-family: Verdana, sans-serif;
	text-decoration: none;
	color: #e37c54;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
}
a:hover, a:active{
	font-family: Verdana, sans-serif;
	color: #e37c54;
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
}

