@charset "utf-8";

body {
	background: #0a0b13;
	font-family: 'Verdana', 'Arial';
	font-size: 12pt;
	color: #ffffff;
}

table {
	text-align: left;
}

a:link {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}

a:active {
	color: #ffffff;
}

.link-color {
	color: #ffffff;
}

#small {
	font-family: 'Verdana', 'Arial';
	font-size: 8pt;
	color: #ffffff;
	z-index: 1;
}

#standard {
	font-family: 'Verdana', 'Arial';
	font-size: 12pt;
	color: #ffffff;
	z-index: 1;
}

#mainpagetextarea {
	position: absolute;
	top: 50%;
	left: 1%;
	width: 98%;
	height: 50%;
	overflow: auto;
	z-index: 1;
}

#textarea {
	position: absolute;
	top: 10%;
	left: 1%;
	width: 98%;
	height: 90%;
	overflow: auto;
	z-index: 1;
}

#floydimage {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

.linkimage {

	border: 0;

}

.nextgig {

	border: 0;
	margin: 0px;

}

.floydbanner {
	position: absolute;
	top: 2%;
	left: 1%;
	width: 98%;
	height: 12%;
	overflow: auto;
	font-size: 14pt;
	font-weight: bold;
	color: #e0e0e0;
	z-index: 1;
}

.montageimage {
	width: 500px;
	overflow: hidden;
	float: right;
	margin: 0px;
	z-index: 1;
}

.montageimage2 {
	width: 300px;
	overflow: hidden;
	float: right;
	margin: 50px;
	z-index: 1;
}

.nowrap {
	clear: right;	
}

