.borders {
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #666666;
}
.thinLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.bgcolor {
	background-color: #FFCC66;
}
.rightSideBar {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.leftSideBar {
	border-right-style: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;

}
.twoSideBars {
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-color: #666666;

}
.topBar {
	border-right-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;

}
.bottomBar {
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
.arialText {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;

}
.twoSideBarsTB {
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;

}
.4SidesBars {
	border: 1px solid #666666;

}
.4SidesBarsWide {
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;

}
.twoSideBarsWide {

	border-right-style: solid;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 2px;
	border-right-color: #333333;
}
.bottomPlusRightSide {
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-color: #666666;

}
.bottomPlusLeftSide {
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

