
.text_plain {

}

b {
	font-weight: normal;
}

.text_bold {
	font-weight: bold;
	
}

.text_italic {
	font-style: italic;
}

.text_underline {
	text-decoration: underline;
}

.text_bold_underline {
	font-weight: bold;
	text-decoration: underline;
}

.text_box {
	font-family: Verdana, Sans Serif;
	font-size: 10px;
}

.text_green {
	color: #87a32b;
}

.text_blue {
	color: #3953a4;
}

.text_headline {
	font-size: 18px;
	line-height: 18px;
	color: #fb9b45;

	padding-top: 5px;
}

.text_headline p {
	margin: 0px 0px 6px 0px;
}

.text_subheadline {
	font-size: 16px;
	color: #fb9b45;
}

.text_subheadline p {
	margin: 0px 0px 4px 0px;
}

.text_copy {
	padding: 0px 0px 0px 1px;
	
	font-size: 12px;
	
	line-height: 18px;
	
	color: #6c5140;
}
	.text_copy p {
		margin-top: 0px;
		margin-bottom: 18px;
		
	}
	
	.text_copy a {
		color: #6c5140;
	}
	
	.text_copy td {
		vertical-align: inherit !important; 
	}
	
.text_copy ol {
	padding: 0px;
	margin: 0px;
	
	margin-bottom: 10px;
	
	padding-left: 10px;

}

	.text_copy ol li {
		margin-left: 12px;
		
		list-style-type: decimal;

	}

.text_copy ul {
	margin-left: 18px;
	padding: 0px;
}

.text_copy ul {
	padding: 0px;
	margin: 0px;
	
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	
	padding-left: 0px;
}

.text_copy ul li {
	padding-left: 16px;
	padding-bottom: 6px;
	margin-left: 0px;
	
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	
	/*list-style-type: disc;*/

	list-style-type: none;
	
	color: #6C5140;
	
	line-height: 16px;
}

.text_bodycopy {
	font-size: 10px;
}

.text_subhead {
	font-size: 15px;
	color: #4F6020;
	
	margin-bottom: -8px;
	
	display: block;

}

p.text_ph_blue {
	color: #3953a4;
	font-weight: bold;
	font-size: 12px;
	
	margin-bottom: 0px;
}

.float_right {
	float: right;
	
	margin-right: 45px;
}



.section_end {
	text-align: right;
	
	margin-bottom: 15px;
	margin-right: 20px;

}

	.section_end a {
		padding-left: 10px;

		background-image: url(images/back_to_top_icon.gif);
		background-repeat: no-repeat;
		background-position: 0px 2px;
	
	}

.text_copy_img_left {
	margin-top: 14px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.text_copy_img_right {
	margin-top: 14px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.backtotop {
	text-align: right;

}

	.backtotop a {
		font-size: 11px;

		padding-left: 12px;

		background-image: url(images/back_to_top_icon.gif);
		background-repeat: no-repeat;
		background-position: 0px 6px;
	
	}