/*
default.css
Default CSS styles used across all browsers.

author: Sing Chan
version: 0.6
last modified: January 15, 2007
*/

body {
	background: #FFF;
}

.upgrade {
	margin-top: 1em;
	color: #900;
	border: 2px solid #900;
}

.printPreview, .printOnly {
	display: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}
