/*
global.css - global
February 4, 2008 - Accelerant Studios
*/

.hideme {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.italic, em {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}
