
/* This file contains global preperation styles, these styles in conjuntion with 
   the doctype prepares the page for consistant styling across nearly all browsers. */

/* Global Styles */

	* {margin: 0;}
	* {padding: 0;}
	img {border: 0;}
	html, body { height: 100%; }
	td,body {
		font-family: Arial, Tahoma, Verdana, sans-serif, sans, serif;
		font-size: 1em;
		color: #000;}

	a:link, a:visited, a:active {color: #0065cf;}
	a:hover {color: #a00e25; text-decoration: none;}

/* End Global Styles */

/* Float Clearing Classes */
	
	.ClearFix:after { content:"."; display: block; height: 0; clear: both; visibility: hidden; }
	.ClearFix {display:inline-block;}
	
	/* Hide from IE Mac \*/
	.ClearFix {display:block;}
	/* End hide from IE Mac */

/* End Float Clearing Classes */

/* End Utility Classes */

	/* Float Classes */
	.FloatRight {float: right;}
	.FloatLeft {float: left;}
	
	/* Border Class - Used for troubleshooting */
	.BlackBorder {border: 1px solid #000;}
	
	/* Hide Class - Used for troubleshooting */
	.NoDisplay {display: none;}

/* End Utility Classes */

