@charset "UTF-8";
.norepeat {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffb709;
	border-bottom-color: #ffb709;
	border-left-color: #ffb709;
	background-color: #F68100;
}
.gslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F68100;
	text-decoration: underline;
}
.gslink:link {
	text-decoration: underline;
}
.gslink:visited {
	text-decoration: underline;
	color: #F68100;
}
.gslink:hover {
	text-decoration: underline;;
	color: #F68100;
}
.gslink:active {
	text-decoration: underline;
	color: #F68100;
}
