.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_green {
	color: #6e7649;
}

.text_green_bold {
	color: #6e7649;
	font-weight: bold;
}

.text_green_11 {
	font-size: 11px;
	color: #6e7649;
}

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

}

.text_headline {
	font-family: Verdana, Sans Serif;
	font-size: 12px;
	
	font-weight: normal;
	
	color: #6e7649;
	
	padding-bottom: 4px;
	
}

.text_copy {
	font-family: Verdana, Sans Serif;
	font-size: 10px;
	
	font-weight: normal;
	
	line-height: 18px;
	
	color: #6a6a6a;
}

	.text_copy p {
		margin-top: 0px;
		margin-bottom: 0px;
		
	}


	.text_copy ul {
		padding: 0px;
		margin: 0px;

	}

	.text_copy li {
		padding-left: 20px;

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

		background-position: 12px 8px;

		list-style-type: none; 			

	}

	.text_copy a {
		color: #b75312;
	}
	
	.text_copy a:hover {
		text-decoration: underline;
	}

.side_copy {
	font-family: Verdana, Sans Serif;
	font-size: 9px;
	
	font-weight: normal;
	
	line-height: 13px;
	
	color: #6a6a6a;
}

	.side_copy p {
		margin-top: 0px;
		margin-bottom: 0px;
		
	}


	.side_copy ul {
		padding: 0px;
		margin: 0px;

	}

	.side_copy li {
		padding-left: 14px;

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

		background-position: 7px 6px;

		list-style-type: none; 			

	}

	.side_copy a {
		color: #b75312;
	}
	
	.side_copy a:hover {
		text-decoration: underline;
	}

.text_bodycopy {
	font-size: auto;
	color: auto;
}