.bernards {
	background-color: #CCCCCC;
	border-top: medium solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: medium solid #FFFFFF;
	border-left: medium solid #FFFFFF;
}
.grayborder {
	border: thin solid #CCCCCC;
}
.dottedbottom {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.leftgray {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

