.grayBorder {
	border-top: 3px none #9c9c9c;
	border-right: 3px solid #9c9c9c;
	border-bottom: 3px solid #9c9c9c;
	border-left: 3px solid #9c9c9c;
}
.contentBoxes {
	background-image: url(../images/nav/gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 3px solid #FFFFFF;
}
.whiteBox {
	border: 5px solid #FFFFFF;
}
.linkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.verticalBar {
	background-image: url(../images/nav/verticalbar.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.thingrayBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9c9c9c;
	border-right-color: #9c9c9c;
	border-bottom-color: #9c9c9c;
	border-left-color: #9c9c9c;
}
.bottomline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9c9c9c;
	border-right-color: #9c9c9c;
	border-bottom-color: #9c9c9c;
	border-left-color: #9c9c9c;
}
