﻿/*Utility Styles*/
span.clear, 
div.clear {
	/*Allows Clearing the Base of a DIV so that Float Drops do not Occur.
		Simply place a br with this class at the bottom of a DIV to clear it.*/
	padding: 0;
	margin: 0;
	clear: both;
	height: 0px;
	min-height:0px;
	max-height:1px;
	line-height:1px;
	overflow:hidden;
	display: block;
}

span.center,
div.center {
	display: block;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
}

span.pagebreak,
div.pagebreak {
	page-break-before: always;
}

.wordwrap,
.wordwrap * {
	white-space: normal; 
	word-wrap: break-word;
}

