@charset "utf-8";
.mainbg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #666666;
}
.footerbg {
	background-color: #666666;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CB0059;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
}

.white:link {
		color: #ffffff;
		text-decoration:underline;

	}

.white:hover {
		color:#f7d9e6;
	}

.white:visited {
		color: #ffffff;
		text-decoration:underline;
	}

.white:visited:hover {
		color:#f7d9e6;

	}

.grey:link {
		color: #666666;
		text-decoration:none;

	}

.grey:hover {
		color:#CB0059;
		text-decoration:underline;
	}

.grey:visited {
		color: #666666;
		text-decoration:none;
	}

.grey:visited:hover {
		color:#CB0059;
		text-decoration:underline;

	}
	
a:link {
	text-decoration:underline;
	color:#CB0059;
	}

a:hover {
	text-decoration:underline;
	color:#eb9dc1;
	}

a:visited {
	text-decoration:underline;
	color:#CB0059;
	}

a:visited:hover {
	text-decoration:underline;
	color:#eb9dc1;

	}