@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #000;
}
body {
	background-color: #FEFADF;
	background-image: url(images/pattern2.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.copyright {
	font-size: 12px;
	background-image:url(images/pattern3.gif);
	background-repeat:repeat-x;
}
.spacing {
	padding: 10px;
}

.nav a:link {
	color: #000;
	text-decoration: none;
	background-image:url(images/button-pattern1.gif);
	background-position:center;
	background-repeat:repeat-x;
}
.nav a:visited {
	color: #000;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: none;
	color: #000;
	background-image:url(images/button-pattern2.gif);
	background-position:center;
	background-repeat:repeat-x;
}
.nav a:active {
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.nav a {
	font-size: 14px;
}
.pagetitle {
	font-size: 20px;
}
.nav-background {
	background-image:url(images/button-pattern1.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
}
.heading {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
