@charset "utf-8";
/* CSS Document */
p {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #009;
	text-align: justify;
	text-indent: 0.5in;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #009;
	text-align: center;
	white-space: pre;
	padding: 0px;
	margin: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	
}
h2 {
	font-size: 18px;
	color: #009;
	text-align: center;
	
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #009;
	cursor:url("Christreturn.cur");
	vertical-align: top;
}
td {
	padding-right: 2px;
	padding-left: 2px;
}

.tableborder {
	border: 3px solid #009;
}
A:hover {
	color: red;
	font-weight: bold;
	cursor: auto;
}
