body {
	font-family: Arial;
	font-size: 13px;
	background-attachment: scroll;
	background-repeat: repeat;
}
.gbBox1 {
	background-color: #CCFFCC;
	background-attachment: scroll;
	background-repeat: repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #009900;
	text-align:  left;
	padding:  3px;
}
.gbBox2 {
	background-color: #EEFFEE;
	background-attachment: scroll;
	background-repeat: repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #006600;
	text-align:  left;
	padding:  3px;
}
.gbError {
	font-family: Arial;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}
.gbHeadline {
	font-family: Verdana;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align:  left;
}
a.gbLink:link {
	font-family: Verdana;
	color: #000099;
	text-decoration: underline;
}
a.gbLink:visited {
	font-family: Verdana;
	color: #000099;
	text-decoration: underline;
}
a.gbLink:hover {
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}
a.gbNav:link {
	color: #000000;
	text-decoration: none;
}
a.gbNav:visited {
	color: #000000;
	text-decoration: none;
}
a.gbNav:hover {
	color: #000000;
	text-decoration: underline overline;
}
.gbSmall {
	font-family: Verdana;
	font-size: 11px;
}
.gbText {
	font-family: Arial;
	font-size: 13px;
}
input.gbTextField {
	border-width: 1px;
	border-color: #003300;
}

