@charset "utf-8";
/* CSS Document */
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.style2 {font-family: Georgia, "Times New Roman", Times, serif}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.style4 {font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif;}
.style6 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	font-weight: bold;
}
body {
	background-color: #CC9966;
}

a.rolloverHome {

	display: block;

	width: 80px;

	height: 32px;

	text-decoration: none;

	background: url("images/Buttn_Home.jpg");

	}

a.rolloverHome:hover {

	background-position: 0px -32;

	}
a.rolloverEmail {

	display: block;

	width: 89px;

	height: 32px;

	text-decoration: none;

	background: url("images/Buttn_Email.jpg");

	}

a.rolloverEmail:hover {

	background-position: 0px -32;

	}
-->
