.background2 {
	background-attachment: scroll;
	background-color: #C0EEFE;
	background-image: url(images/backround2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.backround1 {
	background-attachment: scroll;
	background-color: #C0EEFE;
	background-image: url(images/background1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.bodytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
.border {
	border: 1px solid #666666;
}
