body {
	background-image: url(images/bkgr.jpg);
	font: 14px Arial, Helvetica, sans-serif;
}
a:link {
	color: #2F2202;
}
a:visited {
	color: #2F2202;
}
a:hover {
	color: #2F2202;
}
a:active {
	color: #2F2202;
}

.nav:link {
	color: white;
	width: 150px;
	height: 35px;
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-weight: bold;
	background: url(images/button_bkg.jpg) no-repeat;
	line-height: 35px;
}
.nav:visited {
	color: white;
	width: 150px;
	height: 35px;
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-weight: bold;
	background: url(images/button_bkg.jpg) no-repeat;
	line-height: 35px;
}
.nav:hover {
	color: silver;
	width: 150px;
	height: 35px;
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-weight: bold;
	background: url(images/button_bkg.jpg) no-repeat;
	line-height: 35px;
}
.nav:active {
	color: black;
	width: 150px;
	height: 35px;
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-weight: bold;
	background: url(images/button_bkg.jpg) no-repeat;
	line-height: 35px;
}
.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style3 {font-family: Arial, Helvetica, sans-serif; color: #2F2202; }
.style25 {font-family: Arial, Helvetica, sans-serif; font-size: x-small; }

.style4 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #2F2202; }
.style9 {	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.style25 {font-family: Arial, Helvetica, sans-serif; font-size: x-small; }
.style26 {	font-size: small;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #2F2202;
}
.style27 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; }
.frame
{
	border: 8px ridge #555555;
}


