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

body {
	background-image: url(../images/backer1.jpg);
	background-repeat: repeat-x;
	background-color: CCCCCC;
}
p {
	}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.style3 {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #336633;
}
