body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #868fff;
	background-image: url(_graphics/bg_vert.png);
	background-repeat: repeat-y;
	background-position: center;
	color: #464646;
}
.title_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #594abb;
}
.bk_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

a:link {
	color: #594abb;
	text-decoration: underline;
}
a:visited {
	color: #594abb;
	text-decoration: underline;
}
a:hover {
	color: #FF0066;
	text-decoration: underline;
}
.ol_nomargin {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

