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

input,textarea {
	border: 0px solid #000000;

}

.text_blue {
	color: #195191;
}

	.text_copy p {
		margin-top: 0px;
		margin-bottom: 15px;
		
	}
	
.text_copy ul {
	padding: 0px;
	margin: 0px;
	
	margin-bottom: 10px;
}

.text_copy li {
	padding-left: 12px;

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

	background-position: 2px 4px;

	list-style-type: none; 			

	/*color: #195191;*/
}

.text_bodycopy {
	font-size: 10px;
}