.header1 {
	background-image: url(common/header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer {
	background-image: url(common/footer.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FE9C03;
	text-decoration: none;
}
a.link1:hover {
 color: #000000;
 text-decoration: underline;
}
a.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a.link2:hover {
 color: #FE9C03;
 text-decoration: none;
}