
.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: #195191;
}

	.text_copy p {
		margin-top: 0px;
		margin-bottom: 15px;
		
	}
	
.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: 12px;
	margin-left: 0px;
	
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	
	/*list-style-type: disc;*/

	list-style-type: none;
	
	color: #6a6a6a;
	
	line-height: 16px;
}

.text_bodycopy {
	font-size: 10px;
}

.text_subhead {
	font-size: 15px;
	color: #4F6020;
	
	margin-bottom: -8px;
	
	display: block;

}

.float_right {
	float: right;
	
	margin-right: 45px;
}

.text_copy p {
	margin-bottom: 13px;
	
}



.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;
	
	}
