/* CSS Document */

.bg1 {
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.brdr1 {
	border: 1px solid #B1D456;
}

.bg2 {
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-y;
}
.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0099;
	text-decoration: none;
}
.link1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #728E24;
	text-decoration: underline;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #728E24;
	text-decoration: none;
}
.heading2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FF0099;
	text-decoration: none;
}


