body {
	background-color: #FFF;
}
.code-justify {
	font-family: "Microsoft Sans Serif";
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	line-height: 20px;
}
.code-head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0083CB;
	text-align: justify;
	text-decoration: underline;
}
.code-head-center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #565C27;
	text-align: center;
	text-decoration: underline;
}

.code-text {
	font-family: "Microsoft Sans Serif";
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}
.pagenumber {
	font-weight: bold;
	color: #4788a2;
	text-align: center;
	text-decoration: none;
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	border: 1px solid #4788a2;
	cursor:hand;
	line-height: 20px;
}
.pageselect {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	background-color: #0083CB;
	border: 1px solid #000000;
	line-height: 20px;
}
