.text_plain {

}

.text_bold {
	font-weight: bold;
	
}

.text_italic {
	font-style: italic;
}

.text_bold_underline {
	font-weight: bold;
	text-decoration: underline;
}

.text_box {
	font-family: Verdana, Sans Serif;
	font-size: 10px;
}


.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 {
	padding: 0px;
	margin: 0px;
	
	margin-bottom: 10px;
	
	padding-left: 5px;
}

.text_copy ul li {
	padding-left: 12px;

	background-image: url(images/li.gif);
	background-repeat: no-repeat;

	background-position: 2px 6px;

	list-style-type: none;

}

.text_bodycopy {
	font-size: 10px;
}

.text_subhead {
	font-size: 11px;
	color: #808284;
	font-weight: bold;
}