@charset "utf-8";
/* CSS Document */

.footer1 {
	float: left;
	height: 20px;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 40px;
	color: #FFFFFF;
}
.footer2 {
	float: right;
	width: 250px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 40px;
	color: #FFFFFF;
	text-align: right;
}
h1 {
	font-size: 19px;
	color: #000000;
	font-family: "microsoft new tai lue", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

A.class1:link  {
	text-decoration: none;
	color: #FFFFFF;
}
A.class1:visited {
	text-decoration: none;
	color: #FFFFFF;
}
A.class1:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
A.class1:active {
	text-decoration: none;
	color: #FFFFFF;
}


a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #0099CC;
}
a:active {
	color: #0099FF;
}




.footer {
	height: 33px;
	width: 803px;
	background-image: url(images/footer.jpg);
	float: left;
}


.nav1 {
	float: right;
	height: 55px;
	width: 330px;
	color: #FFFFFF;
	background-position: right;
	text-align: right;
	font-family: "Arial Rounded MT Bold";
	font-size: 12px;
}
.nav2 {
	float: right;
	height: 55px;
	width: 530px;
	color: #FFFFFF;
	text-align: right;
		font-family: "Arial Rounded MT Bold";
	font-size: 12px;
}

body {
	font-weight: bold;
	background-image: url(images/mainback.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
