.borders {
	border: 1px solid #333333;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0D8169;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC9900;
	text-decoration: underline;
}
.border2 {
	border: 1px solid #990000;
}
.dorpback {
	background-image: url(images/dorps2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.greyborder {
	border: 1px solid #999999;
}
.isrback {
	background-attachment: fixed;
	background-image: url(images/isr_back.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.topbottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.ball {
	background-image: url(images/ball.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.ball2 {
	background-image: url(images/ball.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #333333;
}

