body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:white;
	margin:0px 0px 0px 0px;
	scrollbar-3dlight-color:;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#CDD0E3;
	scrollbar-darkshadow-color:;
	scrollbar-face-color:#526496;
	scrollbar-highlight-color:#CDD0E3;
	scrollbar-shadow-color:#0A0F61;
	overflow-x:hidden;
}
#top {
	width:610px;
	height:20px;
	text-align:center;
	background-color:#DFDFDF;
	padding-top:4px;
	margin-bottom:15px;
}
#top a {
	color:#516395;
	text-decoration:none;
}
#top a:hover {
	text-decoration:underline;
}
#gb {
	width:610px;
	border-bottom:1px solid #516395;
}
.gbentry {
	width:600px;
	border-bottom:1px solid #516395;
	padding:5px;
	margin-bottom:0px;
	text-align:left;
}
.gbname {
	width:335px;
	float:left;
	border-bottom:1px solid #DFDFDF;
	height:20px;
}
.gbsign {
	width:240px;
	float:left;
	font-size:9px;
	text-align:right;
	padding-right:15px;
	color:#8F8F8F;
	border-bottom:1px solid #DFDFDF;
	margin-top:5px;
	height:15px;
}
.gbmsg {
	width:600px;
	clear:both;
	color: #516395;
	padding-top:10px;
	padding-bottom:10px;
}
.gblinks {
	font-size:9px;
	width:600px;
	text-align:center;
	border-top:1px dotted #DFDFDF;
}
.gblinks a {
	color:black;
	text-decoration:none;
}
.gblinks a:hover {
	text-decoration:underline;
}
#gbbot {
	width:600px;
	background-color: #516395;
	height:20px;
	padding-top:2px;
	padding-right:30px;
	text-align:right;
}
#gbbot a {
	color:white;
	text-decoration:none;
}
#gbbot a:hover {
	text-decoration:underline;
}
td {
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
textarea, input {
	border:1px solid #516395;
	color:#3F3F3F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
textarea {
	margin-top:0px;
}
input {
	display:block;
}
#buttons {
	text-align:right;
	padding-bottom:5px;
}
label {
	color:#516395;
}
.button {
	color:white;
	background-color:#516395;
	display:inline;
}
.button:hover {
	background-color:white;
	color:#516395;
}
.hidden {
	display:none;
	visibility: hidden;
}