﻿
A:link {text-decoration: none;color:#006699}
A:visited {text-decoration: none;color:#006699}
A:active {text-decoration: none;color:#006699}
A:hover {text-decoration:underline;color:aqua}

html, body {
	margin:0; padding:0;
	height:100%;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;
}

#global_float {
	background-color:#ffffff;
	position:relative; float:left;
	height:50%;	margin-bottom:-350px;
	border:0px;
	width:1px;
}
#global_center {
	position: relative;
	clear: left;
	height: 584px;
	width: 784px;
	margin: 0 auto;
	border: 1px solid #ffffff;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
}

#global_frame {
	position: relative;
	left:0px;
	top:0px;
	clear: left;
	height: 582px;
	width: 780px;
	margin: 0 auto;
	border: 1px solid #ffffff;
}

#global_body {
	position: absolute;
	clear: left;
	width: 778px;
	top: 2px;
	left: 2px;
	height: 578px;
	margin: 0 auto;
	border: 1px solid #ffffff;
	overflow:auto;
}
