.nok {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.left-repeat {
	background-image: url(images/left-side-repeat.jpg);
}
.right-repeat {
	background-image: url(images/right-side-repeat.jpg);
}
.left-space {
	background-image: url(images/left-space2.jpg);
}
.right-space {
	background-image: url(images/right-space2.jpg);
}
.base-bar {
	background-image: url(images/base-menu.jpg);
}
.left-column {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: 5c6a6d;
}
.right-column {
	padding-left: 20px;
	text-align: left;
}
.page-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: 576563;
}
.table-border {
	border: 1px solid #999999;

}
.table-bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: 666666;
}
