body {
	margin-left: 3%;
	margin-right: 3%;
	background-image: url(Image1.gif);
}

sup {
	vertical-align: text-top;
}

p {
	line-height: 110%;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

blockquote {
  line-height: 110%;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

table td {
	vertical-align:top
}

table {
  line-height: 110%;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

ol {
  line-height: 110%;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

ul {
  line-height: 110%;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #800000;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #800000;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000080;
}
h5 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color: #800000;
	text-align:center;
}

table td {
	vertical-align:top
}
.table1 {
	border: 2px solid maroon;
	border-spacing:1px;
}
.table2 {
	border: 2px solid maroon;
	border-spacing:2px;
}
.table2 td {
	border:1px solid black;
	border-spacing:2px;
	padding: 2px;
	vertical-align:top;
}

.blue {
	color: #000080;
}
.green {
	color: #00DF00;
}
.greendark {
	color: #007F00;
}
.maroon {
	color: #800000;
}
.red {
	color: #FF0000;
}

.font10 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.font14 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.font16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
}
.font18 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

.img {
	display:block;
	margin:auto;
	width:auto;
	border: 2px solid #000000;
}
.border1 {
	border: 1px solid #000000;
}
.border2 {
	border: 2px solid #000000;
}

.higreen {
	background-color: #00DF00;
}
.hiyellow {
	background-color: #FFFF00;
}
