.norm_text {
	font-family: Arial;
	font-size: 13.5px;
	font-style: normal;
	color: #000;
	text-align: justify;
	line-height: 18px;
}
.norm_left_text12px {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: left;
	line-height: 18px;
}
.norm_caps_text12px {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #000;
	text-align: left;
	line-height: 18px;
	text-transform: uppercase;
}
.norm_center_text12px {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: center;
	line-height: 18px;
}
.small_text {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #000;
	text-align: justify;
	padding-top: 15px;
}
.norm_grey_text {
	font-family: Arial;
	font-size: 12px;
	color: #CCC;
	font-style: normal;
	line-height: 18px;
}
.norm_darkgrey_text {
	font-family: Arial;
	font-size: 12px;
	color: #666;
	font-style: normal;
	line-height: 14px;
	text-align: justify;
}
.norm_green_text {
	font-family: Arial;
	font-size: 12px;
	color: #54AF0A;
	font-style: normal;
	line-height: 14px;
	text-align: justify;
}
.small_grey_text {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color: #CCC;
}
.header_grey_text {
	font-family: "Arial Black";
	font-size: 17.71px;
	font-style: normal;
	color: #757675;
}
.subtitle_black_text {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.norm_caps_text {
	font-family: Arial;
	font-size: 13.28px;
	font-style: normal;
	text-transform: uppercase;
	color: #000;
}
.norm_capsbold_text {
	font-family: Arial;
	font-size: 13.28px;
	font-style: normal;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	line-height: 30px;
}
.norm_capsULine_text {
	font-family: Arial;
	font-size: 13.28px;
	font-style: normal;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.big_fancy_text {
	font-family: "Snell Roundhand";
	font-size: 22px;
	font-style: normal;
	color: #000;
	line-height: 22px;
}
.small_italic_text {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #000;
}
.blue_links a:link, .blue_links a:visited{
	color: #00F;
	text-decoration: none;
}
.grey_links a:link, .grey_links a:visited {
	color: #666;
	text-decoration: none;
}
.blue_links a:hover {
	color: #09F;
	text-decoration: underline;
}
.grey_links a:hover {
	color: #09F;
	text-decoration: underline;
}
