body {
	font-family: Arial;
	font-size: 13px;
	background-attachment: scroll;
	background-repeat: repeat;
}
.gbBox1 {
	background-color: #FFFFCC;
	background-attachment: scroll;
	background-repeat: repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #000033;
	text-align:  left;
	padding:  3px;
}
.gbBox2 {
	background-color: #FFCC33;
	background-attachment: scroll;
	background-repeat: repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #003300;
	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;
	text-align:  left;
}
a.gbLink:link {
	font-family: Verdana;
	color: #330033;
	text-decoration: underline;
}
a.gbLink:visited {
	font-family: Verdana;
	color: #000099;
	text-decoration: underline;
}
a.gbLink:hover {
	font-family: Verdana;
	color: #000066;
	text-decoration: none;
}
a.gbNav:link {
	color: #000000;
	text-decoration: none;
}
a.gbNav:visited {
	color: #000000;
	text-decoration: none;
}
a.gbNav:hover {
	color: #330033;
	text-decoration: underline;
}
.gbSmall {
	font-family: Verdana;
	font-size: 11px;
}
.gbText {
	font-family: Arial;
	font-size: 13px;
}
input.gbTextField {
	text-decoration:  overline;
	border-width: 1px;
	border-color: #003300;
}

