.topborder {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #B6B6B6;
}
.bottomborder {
	border-bottom-width: thin;
	border-bottom-color: #b6b6b6;
	border-bottom-style: solid;
}
.leftborder {
	border-left-color: #b6b6b6;
	border-left-width: thin;
	border-left-style: solid;
}
.rightborder {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #B6B6B6;
}
.brderbkgrndleft {
	background-image: url(images/b-left.jpg);
	background-repeat: no-repeat;
}
.brderbkgrndright {
	background-image: url(images/b-right.jpg);
	background-repeat: no-repeat;
}
.masthead {
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: b6b6b6;
	border-right-color: b6b6b6;
	border-left-color: b6b6b6;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B6B6B6;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
