@charset "utf-8";
/* CSS Document */

<!--
#apDiv1 {
	left:20%;
	top:0px;
	width:600px;
	z-index:1;
	background-image: url(../images/topback.png);
}
#apDiv2 {
	left:20%;
	top:82px;
	width:25%;
	z-index:2;
	float: left;
	background-image: url(../images/back.png);
	list-style-image: url(../images/bullet.png);
}
#apDiv3 {
	left:25%;
	top:82px;
	width:75%;
	z-index:3;
	float: right;
	background-image: url(../images/back.png);
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: normal;
	white-space: inherit;
}
#apDiv4 {
	left:0%;
	width:100%;
	z-index:4;
	border-top-color: #0066CC;
	border-top-style: solid;
	border-top-width: thick;
	float: inherit;
	clear: both;
	position: relative;
	bottom: 0px;
	background-image: url(../images/back.png);
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/flower.jpg);
	margin:0;
	background-repeat: no-repeat;
}
body,td,th {
	color: #000000;
	margin-top: 10px;
}
a:link {
	color: #2A3FAA;
	text-decoration: none;
}
a:visited {
	color: #2A3FAA;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #2A3FAA;
	text-decoration: none;
}
#container {
	width: 600px;
	margin: 0 auto;
	clear: both;
}
.style8 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
a {
	font-style: italic;
}
.style15 {color: #0859A8; font-weight: bold; font-size: 24px; }
.style17 {color: #0153A3; font-weight: bold; font-size: 24px; }
-->