@CHARSET "ISO-8859-1";

#rocket_overlay {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10000;	
}

#rocket_overlay_content {
	display: none;
	position: fixed;
	z-index: 10001;	
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.centered {
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
}

.underline {
	text-decoration: underline;	
}

.right {
	text-align: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.full {
	width: 100%;
}

div.relative {
	height: 0px;
	position: relative;
	width: 0px;
}

div.absolute {
	position: absolute;
}

br.half {
	line-height: 0.5em;
}

br.quarter {
	line-height: 0.25em;	
}

table.fixed {
	table-layout: fixed;
}
