@charset "UTF-8";
/* CSS Document */

#logo {
	height: auto;
	width: 160px;
	position: fixed;
	left: 20px;
	bottom: 20px;
}
#ggs {
	background-image: url(images/ggs_logo.gif);
	height: 40px;
	width: 76px;
	position: fixed;
	left: 20px;
	bottom: 40px;
	background-repeat: no-repeat;
}
#images {
	height: auto;
	width: 510px;
	left: 195px;
	top: 20px;
	overflow: hidden;
	position: absolute;
}
#navigate {
	position: fixed;
	height: 330px;
	width: 160px;
	left: 20px;
	top: 20px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	font-weight: bold;
}
#infotxt {
	width: 300px;
	left: 720px;
	top: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 14px;
	position: fixed;
	color: #666;
	height: 330px;
}
.img {
	margin-bottom: 20px;
	height: auto;
	width: 510px;
}

.active {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0F9;
}

.bold {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.small {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	letter-spacing: 0,8;
}
a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #666;
}
body,td,th {
	color: #666;
}

